Html Css Color HEX #BB64D7 Medium Orchid

📋 copy color: '#BB64D7'

red 187 ◦ green 100 ◦ blue 215

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

Shades of Medium Orchid #BB64D7

Tints of Medium Orchid #BB64D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.83%

R = 37.25%
G = 19.92%
B = 42.83%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB64D7 (or 0xBB64D7) is known color: Medium Orchid. HEX triplet: BB, 64 and D7. RGB value is (187,100,215). Sum of RGB (Red+Green+Blue) = 187+100+215=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB64D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64D7 is #449B28. Grayscale: #8A8A8A. Windows color (decimal): -4496169 or 14116027. OLE color: 14116027.

HSL color Cylindrical-coordinate representation of color #BB64D7: hue angle of 285.39º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB64D7 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 100 215 -
CMYK 0.13 0.53 0 0.16
HSL 285.39º 0.59% 0.62% -
HSV(B) 285.39º 0.53% 0.84% -
XYZ 37.32 24.59 67.07 -
YUV 139.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 187 100 215 0.13 0.53 0 0.16 285.39 0.59 0.62
Hex BB 64 D7 D 35 0 10 11D 3B 3E
Octal 273 144 327 15 65 0 20 435 73 76
Binary 10111011 1100100 11010111 1101 110101 0 10000 100011101 111011 111110

Color Harmonies of #BB64D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64D7

Black with #BB64D7

Text Example


Text Example

White with #BB64D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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