Html Css Color HEX #B05CFD Medium Orchid

📋 copy color: '#B05CFD'

red 176 ◦ green 92 ◦ blue 253

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

Shades of Medium Orchid #B05CFD

Tints of Medium Orchid #B05CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 33.78%
G = 17.66%
B = 48.56%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B05CFD (or 0xB05CFD) is known color: Medium Orchid. HEX triplet: B0, 5C and FD. RGB value is (176,92,253). Sum of RGB (Red+Green+Blue) = 176+92+253=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #B05CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05CFD is #4FA302. Grayscale: #868686. Windows color (decimal): -5219075 or 16604336. OLE color: 16604336.

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

Color convert

RGB 176 92 253 -
CMYK 0.30 0.64 0 0.01
HSL 271.3º 0.98% 0.68% -
HSV(B) 271.3º 0.64% 0.99% -
XYZ 39.46 23.98 95.48 -
YUV 135.47 194.33 156.91 -
System Red Green Blue C M Y K H S L
Decimal 176 92 253 0.30 0.64 0 0.01 271.3 0.98 0.68
Hex B0 5C FD 1E 40 0 1 10F 62 44
Octal 260 134 375 36 100 0 1 417 142 104
Binary 10110000 1011100 11111101 11110 1000000 0 1 100001111 1100010 1000100

Color Harmonies of #B05CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CFD

Black with #B05CFD

Text Example


Text Example

White with #B05CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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