Html Css Color HEX #BB40FD Medium Orchid

📋 copy color: '#BB40FD'

red 187 ◦ green 64 ◦ blue 253

#BB40FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB40FD

Tints of Medium Orchid #BB40FD

RGB

 RED value IS 187 (73.44% from 255) = 37.1%

 GREEN value IS 64 (25.39% from 255) = 12.7%

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 37.1%
G = 12.7%
B = 50.2%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB40FD (or 0xBB40FD) is known color: Medium Orchid. HEX triplet: BB, 40 and FD. RGB value is (187,64,253). Sum of RGB (Red+Green+Blue) = 187+64+253=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB40FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB40FD is #44BF02. Grayscale: #797979. Windows color (decimal): -4505347 or 16597179. OLE color: 16597179.

HSL color Cylindrical-coordinate representation of color #BB40FD: hue angle of 279.05º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB40FD is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 64 253 -
CMYK 0.26 0.75 0 0.01
HSL 279.05º 0.98% 0.62% -
HSV(B) 279.05º 0.75% 0.99% -
XYZ 40.06 21.32 94.93 -
YUV 122.32 201.75 174.13 -
System Red Green Blue C M Y K H S L
Decimal 187 64 253 0.26 0.75 0 0.01 279.05 0.98 0.62
Hex BB 40 FD 1A 4B 0 1 117 62 3E
Octal 273 100 375 32 113 0 1 427 142 76
Binary 10111011 1000000 11111101 11010 1001011 0 1 100010111 1100010 111110

Color Harmonies of #BB40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB40FD

Black with #BB40FD

Text Example


Text Example

White with #BB40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB40FD; }

 p { color: rgb(187,64,253); }

 H1.HeaderClassName
 {
   color: #BB40FD;
 }
 .AnyTagClassName
 {
   color: #BB40FD;
 }
</style>

background-color css

<style>
 a { background-color: #BB40FD; }

 a { background-color: rgb(187,64,253); }

 div.DivClassName
 {
   background-color: #BB40FD;
 }
 .BgClassName
 {
   background-color: #BB40FD;
 }
</style>

border-color css

<style>
 span { border-color: #BB40FD; }

 span { border-color: rgb(187,64,253); }

 td.TdClassName
 {
   border-color: #BB40FD;
 }
 .TagClassName
 {
   border-color: #BB40FD;
 }
</style>