Html Css Color HEX #B05CFF Medium Orchid

📋 copy color: '#B05CFF'

red 176 ◦ green 92 ◦ blue 255

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

Shades of Medium Orchid #B05CFF

Tints of Medium Orchid #B05CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 33.65%
G = 17.59%
B = 48.76%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B05CFF (or 0xB05CFF) is known color: Medium Orchid. HEX triplet: B0, 5C and FF. RGB value is (176,92,255). Sum of RGB (Red+Green+Blue) = 176+92+255=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #B05CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05CFF is #4FA300. Grayscale: #878787. Windows color (decimal): -5219073 or 16735408. OLE color: 16735408.

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

Color convert

RGB 176 92 255 -
CMYK 0.31 0.64 0 0
HSL 270.92º 1% 0.68% -
HSV(B) 270.92º 0.64% 1% -
XYZ 39.78 24.1 97.16 -
YUV 135.7 195.33 156.75 -
System Red Green Blue C M Y K H S L
Decimal 176 92 255 0.31 0.64 0 0 270.92 1 0.68
Hex B0 5C FF 1F 40 0 0 10F 64 44
Octal 260 134 377 37 100 0 0 417 144 104
Binary 10110000 1011100 11111111 11111 1000000 0 0 100001111 1100100 1000100

Color Harmonies of #B05CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CFF

Black with #B05CFF

Text Example


Text Example

White with #B05CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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