Html Css Color HEX #B05DFC Medium Orchid

📋 copy color: '#B05DFC'

red 176 ◦ green 93 ◦ blue 252

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

Shades of Medium Orchid #B05DFC

Tints of Medium Orchid #B05DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.85%

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 33.78%
G = 17.85%
B = 48.37%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B05DFC (or 0xB05DFC) is known color: Medium Orchid. HEX triplet: B0, 5D and FC. RGB value is (176,93,252). Sum of RGB (Red+Green+Blue) = 176+93+252=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #B05DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DFC is #4FA203. Grayscale: #878787. Windows color (decimal): -5218820 or 16539056. OLE color: 16539056.

HSL color Cylindrical-coordinate representation of color #B05DFC: hue angle of 271.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B05DFC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 93 252 -
CMYK 0.30 0.63 0 0.01
HSL 271.32º 0.96% 0.68% -
HSV(B) 271.32º 0.63% 0.99% -
XYZ 39.39 24.09 94.67 -
YUV 135.94 193.5 156.57 -
System Red Green Blue C M Y K H S L
Decimal 176 93 252 0.30 0.63 0 0.01 271.32 0.96 0.68
Hex B0 5D FC 1E 3F 0 1 10F 60 44
Octal 260 135 374 36 77 0 1 417 140 104
Binary 10110000 1011101 11111100 11110 111111 0 1 100001111 1100000 1000100

Color Harmonies of #B05DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DFC

Black with #B05DFC

Text Example


Text Example

White with #B05DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DFC; }

 p { color: rgb(176,93,252); }

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

background-color css

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

 a { background-color: rgb(176,93,252); }

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

border-color css

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

 span { border-color: rgb(176,93,252); }

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