Html Css Color HEX #BB42CF Medium Orchid

📋 copy color: '#BB42CF'

red 187 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #BB42CF

Tints of Medium Orchid #BB42CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45%

R = 40.65%
G = 14.35%
B = 45%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB42CF (or 0xBB42CF) is known color: Medium Orchid. HEX triplet: BB, 42 and CF. RGB value is (187,66,207). Sum of RGB (Red+Green+Blue) = 187+66+207=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB42CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42CF is #44BD30. Grayscale: #757575. Windows color (decimal): -4504881 or 13583035. OLE color: 13583035.

HSL color Cylindrical-coordinate representation of color #BB42CF: hue angle of 291.49º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB42CF is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 66 207 -
CMYK 0.10 0.68 0 0.19
HSL 291.49º 0.59% 0.54% -
HSV(B) 291.49º 0.68% 0.81% -
XYZ 33.7 18.97 60.92 -
YUV 118.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 187 66 207 0.10 0.68 0 0.19 291.49 0.59 0.54
Hex BB 42 CF A 44 0 13 123 3B 36
Octal 273 102 317 12 104 0 23 443 73 66
Binary 10111011 1000010 11001111 1010 1000100 0 10011 100100011 111011 110110

Color Harmonies of #BB42CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42CF

Black with #BB42CF

Text Example


Text Example

White with #BB42CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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