Html Css Color HEX #B062E9 Medium Orchid

📋 copy color: '#B062E9'

red 176 ◦ green 98 ◦ blue 233

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

Shades of Medium Orchid #B062E9

Tints of Medium Orchid #B062E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.96%

R = 34.71%
G = 19.33%
B = 45.96%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B062E9 (or 0xB062E9) is known color: Medium Orchid. HEX triplet: B0, 62 and E9. RGB value is (176,98,233). Sum of RGB (Red+Green+Blue) = 176+98+233=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #B062E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B062E9 is #4F9D16. Grayscale: #888888. Windows color (decimal): -5217559 or 15295152. OLE color: 15295152.

HSL color Cylindrical-coordinate representation of color #B062E9: hue angle of 274.67º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B062E9 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 98 233 -
CMYK 0.24 0.58 0 0.09
HSL 274.67º 0.75% 0.65% -
HSV(B) 274.67º 0.58% 0.91% -
XYZ 36.98 23.85 79.74 -
YUV 136.71 182.34 156.02 -
System Red Green Blue C M Y K H S L
Decimal 176 98 233 0.24 0.58 0 0.09 274.67 0.75 0.65
Hex B0 62 E9 18 3A 0 9 113 4B 41
Octal 260 142 351 30 72 0 11 423 113 101
Binary 10110000 1100010 11101001 11000 111010 0 1001 100010011 1001011 1000001

Color Harmonies of #B062E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062E9

Black with #B062E9

Text Example


Text Example

White with #B062E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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