Html Css Color HEX #B062CA Medium Orchid

📋 copy color: '#B062CA'

red 176 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #B062CA

Tints of Medium Orchid #B062CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 36.97%
G = 20.59%
B = 42.44%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B062CA (or 0xB062CA) is known color: Medium Orchid. HEX triplet: B0, 62 and CA. RGB value is (176,98,202). Sum of RGB (Red+Green+Blue) = 176+98+202=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #B062CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062CA is #4F9D35. Grayscale: #848484. Windows color (decimal): -5217590 or 13263536. OLE color: 13263536.

HSL color Cylindrical-coordinate representation of color #B062CA: hue angle of 285º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B062CA is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 98 202 -
CMYK 0.13 0.51 0 0.21
HSL 285º 0.5% 0.59% -
HSV(B) 285º 0.51% 0.79% -
XYZ 32.93 22.23 58.43 -
YUV 133.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 176 98 202 0.13 0.51 0 0.21 285 0.5 0.59
Hex B0 62 CA D 33 0 15 11D 32 3B
Octal 260 142 312 15 63 0 25 435 62 73
Binary 10110000 1100010 11001010 1101 110011 0 10101 100011101 110010 111011

Color Harmonies of #B062CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062CA

Black with #B062CA

Text Example


Text Example

White with #B062CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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