Html Css Color HEX #B05FEE Medium Orchid

📋 copy color: '#B05FEE'

red 176 ◦ green 95 ◦ blue 238

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

Shades of Medium Orchid #B05FEE

Tints of Medium Orchid #B05FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.66%

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

R = 34.58%
G = 18.66%
B = 46.76%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B05FEE (or 0xB05FEE) is known color: Medium Orchid. HEX triplet: B0, 5F and EE. RGB value is (176,95,238). Sum of RGB (Red+Green+Blue) = 176+95+238=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #B05FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05FEE is #4FA011. Grayscale: #878787. Windows color (decimal): -5218322 or 15622064. OLE color: 15622064.

HSL color Cylindrical-coordinate representation of color #B05FEE: hue angle of 273.99º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B05FEE is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 95 238 -
CMYK 0.26 0.60 0 0.07
HSL 273.99º 0.81% 0.65% -
HSV(B) 273.99º 0.6% 0.93% -
XYZ 37.43 23.59 83.47 -
YUV 135.52 185.84 156.87 -
System Red Green Blue C M Y K H S L
Decimal 176 95 238 0.26 0.60 0 0.07 273.99 0.81 0.65
Hex B0 5F EE 1A 3C 0 7 112 51 41
Octal 260 137 356 32 74 0 7 422 121 101
Binary 10110000 1011111 11101110 11010 111100 0 111 100010010 1010001 1000001

Color Harmonies of #B05FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05FEE

Black with #B05FEE

Text Example


Text Example

White with #B05FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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