Html Css Color HEX #BB42FF Medium Orchid

📋 copy color: '#BB42FF'

red 187 ◦ green 66 ◦ blue 255

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

Shades of Medium Orchid #BB42FF

Tints of Medium Orchid #BB42FF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.99%

 BLUE value IS 255 (100% from 255) = 50.2%

R = 36.81%
G = 12.99%
B = 50.2%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB42FF (or 0xBB42FF) is known color: Medium Orchid. HEX triplet: BB, 42 and FF. RGB value is (187,66,255). Sum of RGB (Red+Green+Blue) = 187+66+255=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB42FF is #44BD00. Grayscale: #7B7B7B. Windows color (decimal): -4504833 or 16728763. OLE color: 16728763.

HSL color Cylindrical-coordinate representation of color #BB42FF: hue angle of 278.41º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB42FF is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 66 255 -
CMYK 0.27 0.74 0 0
HSL 278.41º 1% 0.63% -
HSV(B) 278.41º 0.74% 1% -
XYZ 40.49 21.68 96.66 -
YUV 123.73 202.09 173.13 -
System Red Green Blue C M Y K H S L
Decimal 187 66 255 0.27 0.74 0 0 278.41 1 0.63
Hex BB 42 FF 1B 4A 0 0 116 64 3F
Octal 273 102 377 33 112 0 0 426 144 77
Binary 10111011 1000010 11111111 11011 1001010 0 0 100010110 1100100 111111

Color Harmonies of #BB42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42FF

Black with #BB42FF

Text Example


Text Example

White with #BB42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42FF; }

 p { color: rgb(187,66,255); }

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

background-color css

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

 a { background-color: rgb(187,66,255); }

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

border-color css

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

 span { border-color: rgb(187,66,255); }

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