Html Css Color HEX #B062EE Medium Orchid

📋 copy color: '#B062EE'

red 176 ◦ green 98 ◦ blue 238

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

Shades of Medium Orchid #B062EE

Tints of Medium Orchid #B062EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 34.38%
G = 19.14%
B = 46.48%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B062EE (or 0xB062EE) is known color: Medium Orchid. HEX triplet: B0, 62 and EE. RGB value is (176,98,238). Sum of RGB (Red+Green+Blue) = 176+98+238=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #B062EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B062EE is #4F9D11. Grayscale: #888888. Windows color (decimal): -5217554 or 15622832. OLE color: 15622832.

HSL color Cylindrical-coordinate representation of color #B062EE: hue angle of 273.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B062EE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 98 238 -
CMYK 0.26 0.59 0 0.07
HSL 273.43º 0.8% 0.66% -
HSV(B) 273.43º 0.59% 0.93% -
XYZ 37.7 24.14 83.56 -
YUV 137.28 184.84 155.62 -
System Red Green Blue C M Y K H S L
Decimal 176 98 238 0.26 0.59 0 0.07 273.43 0.8 0.66
Hex B0 62 EE 1A 3B 0 7 111 50 42
Octal 260 142 356 32 73 0 7 421 120 102
Binary 10110000 1100010 11101110 11010 111011 0 111 100010001 1010000 1000010

Color Harmonies of #B062EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062EE

Black with #B062EE

Text Example


Text Example

White with #B062EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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