Html Css Color HEX #B05CEF Medium Orchid

📋 copy color: '#B05CEF'

red 176 ◦ green 92 ◦ blue 239

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

Shades of Medium Orchid #B05CEF

Tints of Medium Orchid #B05CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.15%

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 34.71%
G = 18.15%
B = 47.14%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B05CEF (or 0xB05CEF) is known color: Medium Orchid. HEX triplet: B0, 5C and EF. RGB value is (176,92,239). Sum of RGB (Red+Green+Blue) = 176+92+239=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #B05CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05CEF is #4FA310. Grayscale: #858585. Windows color (decimal): -5219089 or 15686832. OLE color: 15686832.

HSL color Cylindrical-coordinate representation of color #B05CEF: hue angle of 274.29º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05CEF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 92 239 -
CMYK 0.26 0.62 0 0.06
HSL 274.29º 0.82% 0.65% -
HSV(B) 274.29º 0.62% 0.94% -
XYZ 37.31 23.12 84.16 -
YUV 133.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 176 92 239 0.26 0.62 0 0.06 274.29 0.82 0.65
Hex B0 5C EF 1A 3E 0 6 112 52 41
Octal 260 134 357 32 76 0 6 422 122 101
Binary 10110000 1011100 11101111 11010 111110 0 110 100010010 1010010 1000001

Color Harmonies of #B05CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CEF

Black with #B05CEF

Text Example


Text Example

White with #B05CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CEF; }

 p { color: rgb(176,92,239); }

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

background-color css

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

 a { background-color: rgb(176,92,239); }

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

border-color css

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

 span { border-color: rgb(176,92,239); }

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