Html Css Color HEX #B05BF2 Medium Orchid

📋 copy color: '#B05BF2'

red 176 ◦ green 91 ◦ blue 242

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

Shades of Medium Orchid #B05BF2

Tints of Medium Orchid #B05BF2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.88%

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 34.58%
G = 17.88%
B = 47.54%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B05BF2 (or 0xB05BF2) is known color: Medium Orchid. HEX triplet: B0, 5B and F2. RGB value is (176,91,242). Sum of RGB (Red+Green+Blue) = 176+91+242=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #B05BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BF2 is #4FA40D. Grayscale: #858585. Windows color (decimal): -5219342 or 15883184. OLE color: 15883184.

HSL color Cylindrical-coordinate representation of color #B05BF2: hue angle of 273.77º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05BF2 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 91 242 -
CMYK 0.27 0.62 0 0.05
HSL 273.77º 0.85% 0.65% -
HSV(B) 273.77º 0.62% 0.95% -
XYZ 37.67 23.12 86.48 -
YUV 133.63 189.16 158.22 -
System Red Green Blue C M Y K H S L
Decimal 176 91 242 0.27 0.62 0 0.05 273.77 0.85 0.65
Hex B0 5B F2 1B 3E 0 5 112 55 41
Octal 260 133 362 33 76 0 5 422 125 101
Binary 10110000 1011011 11110010 11011 111110 0 101 100010010 1010101 1000001

Color Harmonies of #B05BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BF2

Black with #B05BF2

Text Example


Text Example

White with #B05BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BF2; }

 p { color: rgb(176,91,242); }

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

background-color css

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

 a { background-color: rgb(176,91,242); }

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

border-color css

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

 span { border-color: rgb(176,91,242); }

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