Html Css Color HEX #BB64E0 Medium Orchid

📋 copy color: '#BB64E0'

red 187 ◦ green 100 ◦ blue 224

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

Shades of Medium Orchid #BB64E0

Tints of Medium Orchid #BB64E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.84%

R = 36.59%
G = 19.57%
B = 43.84%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB64E0 (or 0xBB64E0) is known color: Medium Orchid. HEX triplet: BB, 64 and E0. RGB value is (187,100,224). Sum of RGB (Red+Green+Blue) = 187+100+224=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB64E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64E0 is #449B1F. Grayscale: #8B8B8B. Windows color (decimal): -4496160 or 14705851. OLE color: 14705851.

HSL color Cylindrical-coordinate representation of color #BB64E0: hue angle of 282.1º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB64E0 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 100 224 -
CMYK 0.17 0.55 0 0.12
HSL 282.1º 0.67% 0.64% -
HSV(B) 282.1º 0.55% 0.88% -
XYZ 38.51 25.06 73.33 -
YUV 140.15 175.32 161.42 -
System Red Green Blue C M Y K H S L
Decimal 187 100 224 0.17 0.55 0 0.12 282.1 0.67 0.64
Hex BB 64 E0 11 37 0 C 11A 43 40
Octal 273 144 340 21 67 0 14 432 103 100
Binary 10111011 1100100 11100000 10001 110111 0 1100 100011010 1000011 1000000

Color Harmonies of #BB64E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64E0

Black with #BB64E0

Text Example


Text Example

White with #BB64E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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