Html Css Color HEX #BB62DC Medium Orchid

📋 copy color: '#BB62DC'

red 187 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #BB62DC

Tints of Medium Orchid #BB62DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 37.03%
G = 19.41%
B = 43.56%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB62DC (or 0xBB62DC) is known color: Medium Orchid. HEX triplet: BB, 62 and DC. RGB value is (187,98,220). Sum of RGB (Red+Green+Blue) = 187+98+220=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB62DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62DC is #449D23. Grayscale: #8A8A8A. Windows color (decimal): -4496676 or 14443195. OLE color: 14443195.

HSL color Cylindrical-coordinate representation of color #BB62DC: hue angle of 283.77º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB62DC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 98 220 -
CMYK 0.15 0.55 0 0.14
HSL 283.77º 0.64% 0.62% -
HSV(B) 283.77º 0.55% 0.86% -
XYZ 37.78 24.47 70.44 -
YUV 138.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 187 98 220 0.15 0.55 0 0.14 283.77 0.64 0.62
Hex BB 62 DC F 37 0 E 11C 40 3E
Octal 273 142 334 17 67 0 16 434 100 76
Binary 10111011 1100010 11011100 1111 110111 0 1110 100011100 1000000 111110

Color Harmonies of #BB62DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB62DC

Black with #BB62DC

Text Example


Text Example

White with #BB62DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB62DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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