Html Css Color HEX #BB62EC Medium Orchid

📋 copy color: '#BB62EC'

red 187 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #BB62EC

Tints of Medium Orchid #BB62EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.81%

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 35.89%
G = 18.81%
B = 45.3%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB62EC (or 0xBB62EC) is known color: Medium Orchid. HEX triplet: BB, 62 and EC. RGB value is (187,98,236). Sum of RGB (Red+Green+Blue) = 187+98+236=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB62EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB62EC is #449D13. Grayscale: #8B8B8B. Windows color (decimal): -4496660 or 15491771. OLE color: 15491771.

HSL color Cylindrical-coordinate representation of color #BB62EC: hue angle of 278.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB62EC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 98 236 -
CMYK 0.21 0.58 0 0.07
HSL 278.7º 0.78% 0.65% -
HSV(B) 278.7º 0.58% 0.93% -
XYZ 40 25.36 82.14 -
YUV 140.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 187 98 236 0.21 0.58 0 0.07 278.7 0.78 0.65
Hex BB 62 EC 15 3A 0 7 117 4E 41
Octal 273 142 354 25 72 0 7 427 116 101
Binary 10111011 1100010 11101100 10101 111010 0 111 100010111 1001110 1000001

Color Harmonies of #BB62EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB62EC

Black with #BB62EC

Text Example


Text Example

White with #BB62EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB62EC; }

 p { color: rgb(187,98,236); }

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

background-color css

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

 a { background-color: rgb(187,98,236); }

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

border-color css

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

 span { border-color: rgb(187,98,236); }

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