Html Css Color HEX #BB62C7 Medium Orchid

📋 copy color: '#BB62C7'

red 187 ◦ green 98 ◦ blue 199

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

Shades of Medium Orchid #BB62C7

Tints of Medium Orchid #BB62C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.12%

R = 38.64%
G = 20.25%
B = 41.12%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB62C7 (or 0xBB62C7) is known color: Medium Orchid. HEX triplet: BB, 62 and C7. RGB value is (187,98,199). Sum of RGB (Red+Green+Blue) = 187+98+199=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB62C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62C7 is #449D38. Grayscale: #878787. Windows color (decimal): -4496697 or 13066939. OLE color: 13066939.

HSL color Cylindrical-coordinate representation of color #BB62C7: hue angle of 292.87º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB62C7 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 98 199 -
CMYK 0.06 0.51 0 0.22
HSL 292.87º 0.47% 0.58% -
HSV(B) 292.87º 0.51% 0.78% -
XYZ 35.17 23.42 56.7 -
YUV 136.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 187 98 199 0.06 0.51 0 0.22 292.87 0.47 0.58
Hex BB 62 C7 6 33 0 16 125 2F 3A
Octal 273 142 307 6 63 0 26 445 57 72
Binary 10111011 1100010 11000111 110 110011 0 10110 100100101 101111 111010

Color Harmonies of #BB62C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB62C7

Black with #BB62C7

Text Example


Text Example

White with #BB62C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB62C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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