Html Css Color HEX #B05CFC Medium Orchid

📋 copy color: '#B05CFC'

red 176 ◦ green 92 ◦ blue 252

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

Shades of Medium Orchid #B05CFC

Tints of Medium Orchid #B05CFC

RGB

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

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

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

R = 33.85%
G = 17.69%
B = 48.46%

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

#B05CFC (or 0xB05CFC) is known color: Medium Orchid. HEX triplet: B0, 5C and FC. RGB value is (176,92,252). Sum of RGB (Red+Green+Blue) = 176+92+252=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #B05CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05CFC is #4FA303. Grayscale: #868686. Windows color (decimal): -5219076 or 16538800. OLE color: 16538800.

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

Color convert

RGB 176 92 252 -
CMYK 0.30 0.63 0 0.01
HSL 271.5º 0.96% 0.67% -
HSV(B) 271.5º 0.63% 0.99% -
XYZ 39.3 23.91 94.64 -
YUV 135.36 193.83 156.99 -
System Red Green Blue C M Y K H S L
Decimal 176 92 252 0.30 0.63 0 0.01 271.5 0.96 0.67
Hex B0 5C FC 1E 3F 0 1 110 60 43
Octal 260 134 374 36 77 0 1 420 140 103
Binary 10110000 1011100 11111100 11110 111111 0 1 100010000 1100000 1000011

Color Harmonies of #B05CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CFC

Black with #B05CFC

Text Example


Text Example

White with #B05CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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