Html Css Color HEX #B062DA Medium Orchid

📋 copy color: '#B062DA'

red 176 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #B062DA

Tints of Medium Orchid #B062DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 35.77%
G = 19.92%
B = 44.31%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B062DA (or 0xB062DA) is known color: Medium Orchid. HEX triplet: B0, 62 and DA. RGB value is (176,98,218). Sum of RGB (Red+Green+Blue) = 176+98+218=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #B062DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062DA is #4F9D25. Grayscale: #868686. Windows color (decimal): -5217574 or 14312112. OLE color: 14312112.

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

Color convert

RGB 176 98 218 -
CMYK 0.19 0.55 0 0.15
HSL 279º 0.62% 0.62% -
HSV(B) 279º 0.55% 0.85% -
XYZ 34.93 23.03 68.93 -
YUV 135 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 176 98 218 0.19 0.55 0 0.15 279 0.62 0.62
Hex B0 62 DA 13 37 0 F 117 3E 3E
Octal 260 142 332 23 67 0 17 427 76 76
Binary 10110000 1100010 11011010 10011 110111 0 1111 100010111 111110 111110

Color Harmonies of #B062DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062DA

Black with #B062DA

Text Example


Text Example

White with #B062DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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