Html Css Color HEX #B05CFE Medium Orchid

📋 copy color: '#B05CFE'

red 176 ◦ green 92 ◦ blue 254

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

Shades of Medium Orchid #B05CFE

Tints of Medium Orchid #B05CFE

RGB

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

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

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

R = 33.72%
G = 17.62%
B = 48.66%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B05CFE (or 0xB05CFE) is known color: Medium Orchid. HEX triplet: B0, 5C and FE. RGB value is (176,92,254). Sum of RGB (Red+Green+Blue) = 176+92+254=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #B05CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05CFE is #4FA301. Grayscale: #878787. Windows color (decimal): -5219074 or 16669872. OLE color: 16669872.

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

Color convert

RGB 176 92 254 -
CMYK 0.31 0.64 0 0.00
HSL 271.11º 0.99% 0.68% -
HSV(B) 271.11º 0.64% 1% -
XYZ 39.62 24.04 96.32 -
YUV 135.58 194.83 156.83 -
System Red Green Blue C M Y K H S L
Decimal 176 92 254 0.31 0.64 0 0.00 271.11 0.99 0.68
Hex B0 5C FE 1F 40 0 0 10F 63 44
Octal 260 134 376 37 100 0 0 417 143 104
Binary 10110000 1011100 11111110 11111 1000000 0 0 100001111 1100011 1000100

Color Harmonies of #B05CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CFE

Black with #B05CFE

Text Example


Text Example

White with #B05CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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