Html Css Color HEX #B062EB Medium Orchid

📋 copy color: '#B062EB'

red 176 ◦ green 98 ◦ blue 235

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

Shades of Medium Orchid #B062EB

Tints of Medium Orchid #B062EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 34.58%
G = 19.25%
B = 46.17%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B062EB (or 0xB062EB) is known color: Medium Orchid. HEX triplet: B0, 62 and EB. RGB value is (176,98,235). Sum of RGB (Red+Green+Blue) = 176+98+235=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #B062EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B062EB is #4F9D14. Grayscale: #888888. Windows color (decimal): -5217557 or 15426224. OLE color: 15426224.

HSL color Cylindrical-coordinate representation of color #B062EB: hue angle of 274.16º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B062EB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 98 235 -
CMYK 0.25 0.58 0 0.08
HSL 274.16º 0.77% 0.65% -
HSV(B) 274.16º 0.58% 0.92% -
XYZ 37.27 23.96 81.26 -
YUV 136.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 176 98 235 0.25 0.58 0 0.08 274.16 0.77 0.65
Hex B0 62 EB 19 3A 0 8 112 4D 41
Octal 260 142 353 31 72 0 10 422 115 101
Binary 10110000 1100010 11101011 11001 111010 0 1000 100010010 1001101 1000001

Color Harmonies of #B062EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062EB

Black with #B062EB

Text Example


Text Example

White with #B062EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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