Html Css Color HEX #B062DD Medium Orchid

📋 copy color: '#B062DD'

red 176 ◦ green 98 ◦ blue 221

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

Shades of Medium Orchid #B062DD

Tints of Medium Orchid #B062DD

RGB

 RED value IS 176 (69.14% from 255) = 35.56%

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

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

R = 35.56%
G = 19.8%
B = 44.65%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B062DD (or 0xB062DD) is known color: Medium Orchid. HEX triplet: B0, 62 and DD. RGB value is (176,98,221). Sum of RGB (Red+Green+Blue) = 176+98+221=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #B062DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062DD is #4F9D22. Grayscale: #868686. Windows color (decimal): -5217571 or 14508720. OLE color: 14508720.

HSL color Cylindrical-coordinate representation of color #B062DD: hue angle of 278.05º 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 #B062DD is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 98 221 -
CMYK 0.20 0.56 0 0.13
HSL 278.05º 0.64% 0.63% -
HSV(B) 278.05º 0.56% 0.87% -
XYZ 35.32 23.19 71.02 -
YUV 135.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 176 98 221 0.20 0.56 0 0.13 278.05 0.64 0.63
Hex B0 62 DD 14 38 0 D 116 40 3F
Octal 260 142 335 24 70 0 15 426 100 77
Binary 10110000 1100010 11011101 10100 111000 0 1101 100010110 1000000 111111

Color Harmonies of #B062DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062DD

Black with #B062DD

Text Example


Text Example

White with #B062DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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