Html Css Color HEX #BB62CA Medium Orchid

📋 copy color: '#BB62CA'

red 187 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #BB62CA

Tints of Medium Orchid #BB62CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 38.4%
G = 20.12%
B = 41.48%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB62CA (or 0xBB62CA) is known color: Medium Orchid. HEX triplet: BB, 62 and CA. RGB value is (187,98,202). Sum of RGB (Red+Green+Blue) = 187+98+202=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62CA is #449D35. Grayscale: #888888. Windows color (decimal): -4496694 or 13263547. OLE color: 13263547.

HSL color Cylindrical-coordinate representation of color #BB62CA: hue angle of 291.35º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB62CA is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 98 202 -
CMYK 0.07 0.51 0 0.21
HSL 291.35º 0.5% 0.59% -
HSV(B) 291.35º 0.51% 0.79% -
XYZ 35.52 23.56 58.55 -
YUV 136.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 187 98 202 0.07 0.51 0 0.21 291.35 0.5 0.59
Hex BB 62 CA 7 33 0 15 123 32 3B
Octal 273 142 312 7 63 0 25 443 62 73
Binary 10111011 1100010 11001010 111 110011 0 10101 100100011 110010 111011

Color Harmonies of #BB62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB62CA

Black with #BB62CA

Text Example


Text Example

White with #BB62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB62CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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