Html Css Color HEX #BB62D7 Medium Orchid

📋 copy color: '#BB62D7'

red 187 ◦ green 98 ◦ blue 215

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

Shades of Medium Orchid #BB62D7

Tints of Medium Orchid #BB62D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43%

R = 37.4%
G = 19.6%
B = 43%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB62D7 (or 0xBB62D7) is known color: Medium Orchid. HEX triplet: BB, 62 and D7. RGB value is (187,98,215). Sum of RGB (Red+Green+Blue) = 187+98+215=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB62D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62D7 is #449D28. Grayscale: #898989. Windows color (decimal): -4496681 or 14115515. OLE color: 14115515.

HSL color Cylindrical-coordinate representation of color #BB62D7: hue angle of 285.64º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB62D7 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 98 215 -
CMYK 0.13 0.54 0 0.16
HSL 285.64º 0.59% 0.61% -
HSV(B) 285.64º 0.54% 0.84% -
XYZ 37.13 24.21 67.01 -
YUV 137.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 187 98 215 0.13 0.54 0 0.16 285.64 0.59 0.61
Hex BB 62 D7 D 36 0 10 11E 3B 3D
Octal 273 142 327 15 66 0 20 436 73 75
Binary 10111011 1100010 11010111 1101 110110 0 10000 100011110 111011 111101

Color Harmonies of #BB62D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB62D7

Black with #BB62D7

Text Example


Text Example

White with #BB62D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB62D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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