Html Css Color HEX #B05DFE Medium Orchid

📋 copy color: '#B05DFE'

red 176 ◦ green 93 ◦ blue 254

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

Shades of Medium Orchid #B05DFE

Tints of Medium Orchid #B05DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 33.65%
G = 17.78%
B = 48.57%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B05DFE (or 0xB05DFE) is known color: Medium Orchid. HEX triplet: B0, 5D and FE. RGB value is (176,93,254). Sum of RGB (Red+Green+Blue) = 176+93+254=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #B05DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DFE is #4FA201. Grayscale: #878787. Windows color (decimal): -5218818 or 16670128. OLE color: 16670128.

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

Color convert

RGB 176 93 254 -
CMYK 0.31 0.63 0 0.00
HSL 270.93º 0.99% 0.68% -
HSV(B) 270.93º 0.63% 1% -
XYZ 39.71 24.21 96.35 -
YUV 136.17 194.5 156.41 -
System Red Green Blue C M Y K H S L
Decimal 176 93 254 0.31 0.63 0 0.00 270.93 0.99 0.68
Hex B0 5D FE 1F 3F 0 0 10F 63 44
Octal 260 135 376 37 77 0 0 417 143 104
Binary 10110000 1011101 11111110 11111 111111 0 0 100001111 1100011 1000100

Color Harmonies of #B05DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DFE

Black with #B05DFE

Text Example


Text Example

White with #B05DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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