Html Css Color HEX #BB64DE Medium Orchid

📋 copy color: '#BB64DE'

red 187 ◦ green 100 ◦ blue 222

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

Shades of Medium Orchid #BB64DE

Tints of Medium Orchid #BB64DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 36.74%
G = 19.65%
B = 43.61%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB64DE (or 0xBB64DE) is known color: Medium Orchid. HEX triplet: BB, 64 and DE. RGB value is (187,100,222). Sum of RGB (Red+Green+Blue) = 187+100+222=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB64DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64DE is #449B21. Grayscale: #8B8B8B. Windows color (decimal): -4496162 or 14574779. OLE color: 14574779.

HSL color Cylindrical-coordinate representation of color #BB64DE: hue angle of 282.79º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB64DE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 100 222 -
CMYK 0.16 0.55 0 0.13
HSL 282.79º 0.65% 0.63% -
HSV(B) 282.79º 0.55% 0.87% -
XYZ 38.24 24.95 71.91 -
YUV 139.92 174.32 161.58 -
System Red Green Blue C M Y K H S L
Decimal 187 100 222 0.16 0.55 0 0.13 282.79 0.65 0.63
Hex BB 64 DE 10 37 0 D 11B 41 3F
Octal 273 144 336 20 67 0 15 433 101 77
Binary 10111011 1100100 11011110 10000 110111 0 1101 100011011 1000001 111111

Color Harmonies of #BB64DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64DE

Black with #BB64DE

Text Example


Text Example

White with #BB64DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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