Html Css Color HEX #BB64EA Medium Orchid

📋 copy color: '#BB64EA'

red 187 ◦ green 100 ◦ blue 234

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

Shades of Medium Orchid #BB64EA

Tints of Medium Orchid #BB64EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 35.89%
G = 19.19%
B = 44.91%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB64EA (or 0xBB64EA) is known color: Medium Orchid. HEX triplet: BB, 64 and EA. RGB value is (187,100,234). Sum of RGB (Red+Green+Blue) = 187+100+234=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB64EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB64EA is #449B15. Grayscale: #8C8C8C. Windows color (decimal): -4496150 or 15361211. OLE color: 15361211.

HSL color Cylindrical-coordinate representation of color #BB64EA: hue angle of 278.96º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB64EA is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 100 234 -
CMYK 0.20 0.57 0 0.08
HSL 278.96º 0.76% 0.65% -
HSV(B) 278.96º 0.57% 0.92% -
XYZ 39.9 25.62 80.68 -
YUV 141.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 187 100 234 0.20 0.57 0 0.08 278.96 0.76 0.65
Hex BB 64 EA 14 39 0 8 117 4C 41
Octal 273 144 352 24 71 0 10 427 114 101
Binary 10111011 1100100 11101010 10100 111001 0 1000 100010111 1001100 1000001

Color Harmonies of #BB64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB64EA

Black with #BB64EA

Text Example


Text Example

White with #BB64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB64EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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