Html Css Color HEX #BB32CF Medium Orchid

📋 copy color: '#BB32CF'

red 187 ◦ green 50 ◦ blue 207

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

Shades of Medium Orchid #BB32CF

Tints of Medium Orchid #BB32CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.26%

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

R = 42.12%
G = 11.26%
B = 46.62%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB32CF (or 0xBB32CF) is known color: Medium Orchid. HEX triplet: BB, 32 and CF. RGB value is (187,50,207). Sum of RGB (Red+Green+Blue) = 187+50+207=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB32CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32CF is #44CD30. Grayscale: #6C6C6C. Windows color (decimal): -4508977 or 13578939. OLE color: 13578939.

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

Color convert

RGB 187 50 207 -
CMYK 0.10 0.76 0 0.19
HSL 292.36º 0.62% 0.5% -
HSV(B) 292.36º 0.76% 0.81% -
XYZ 32.9 17.35 60.65 -
YUV 108.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 187 50 207 0.10 0.76 0 0.19 292.36 0.62 0.5
Hex BB 32 CF A 4C 0 13 124 3E 32
Octal 273 62 317 12 114 0 23 444 76 62
Binary 10111011 110010 11001111 1010 1001100 0 10011 100100100 111110 110010

Color Harmonies of #BB32CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32CF

Black with #BB32CF

Text Example


Text Example

White with #BB32CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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