Html Css Color HEX #BB64DC Medium Orchid

📋 copy color: '#BB64DC'

red 187 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #BB64DC

Tints of Medium Orchid #BB64DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.72%

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 36.88%
G = 19.72%
B = 43.39%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB64DC (or 0xBB64DC) is known color: Medium Orchid. HEX triplet: BB, 64 and DC. RGB value is (187,100,220). Sum of RGB (Red+Green+Blue) = 187+100+220=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB64DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64DC is #449B23. Grayscale: #8B8B8B. Windows color (decimal): -4496164 or 14443707. OLE color: 14443707.

HSL color Cylindrical-coordinate representation of color #BB64DC: hue angle of 283.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB64DC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 100 220 -
CMYK 0.15 0.55 0 0.14
HSL 283.5º 0.63% 0.63% -
HSV(B) 283.5º 0.55% 0.86% -
XYZ 37.97 24.85 70.5 -
YUV 139.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 187 100 220 0.15 0.55 0 0.14 283.5 0.63 0.63
Hex BB 64 DC F 37 0 E 11C 3F 3F
Octal 273 144 334 17 67 0 16 434 77 77
Binary 10111011 1100100 11011100 1111 110111 0 1110 100011100 111111 111111

Color Harmonies of #BB64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64DC

Black with #BB64DC

Text Example


Text Example

White with #BB64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64DC; }

 p { color: rgb(187,100,220); }

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

background-color css

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

 a { background-color: rgb(187,100,220); }

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

border-color css

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

 span { border-color: rgb(187,100,220); }

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