Html Css Color HEX #BB62DD Medium Orchid

📋 copy color: '#BB62DD'

red 187 ◦ green 98 ◦ blue 221

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

Shades of Medium Orchid #BB62DD

Tints of Medium Orchid #BB62DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 36.96%
G = 19.37%
B = 43.68%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB62DD (or 0xBB62DD) is known color: Medium Orchid. HEX triplet: BB, 62 and DD. RGB value is (187,98,221). Sum of RGB (Red+Green+Blue) = 187+98+221=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62DD is #449D22. Grayscale: #8A8A8A. Windows color (decimal): -4496675 or 14508731. OLE color: 14508731.

HSL color Cylindrical-coordinate representation of color #BB62DD: hue angle of 283.41º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB62DD is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 98 221 -
CMYK 0.15 0.56 0 0.13
HSL 283.41º 0.64% 0.63% -
HSV(B) 283.41º 0.56% 0.87% -
XYZ 37.91 24.52 71.14 -
YUV 138.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 187 98 221 0.15 0.56 0 0.13 283.41 0.64 0.63
Hex BB 62 DD F 38 0 D 11B 40 3F
Octal 273 142 335 17 70 0 15 433 100 77
Binary 10111011 1100010 11011101 1111 111000 0 1101 100011011 1000000 111111

Color Harmonies of #BB62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB62DD

Black with #BB62DD

Text Example


Text Example

White with #BB62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB62DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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