Html Css Color HEX #B05DCF Medium Orchid

📋 copy color: '#B05DCF'

red 176 ◦ green 93 ◦ blue 207

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

Shades of Medium Orchid #B05DCF

Tints of Medium Orchid #B05DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 36.97%
G = 19.54%
B = 43.49%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B05DCF (or 0xB05DCF) is known color: Medium Orchid. HEX triplet: B0, 5D and CF. RGB value is (176,93,207). Sum of RGB (Red+Green+Blue) = 176+93+207=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #B05DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DCF is #4FA230. Grayscale: #828282. Windows color (decimal): -5218865 or 13589936. OLE color: 13589936.

HSL color Cylindrical-coordinate representation of color #B05DCF: hue angle of 283.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05DCF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 93 207 -
CMYK 0.15 0.55 0 0.19
HSL 283.68º 0.54% 0.59% -
HSV(B) 283.68º 0.55% 0.81% -
XYZ 33.08 21.56 61.45 -
YUV 130.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 176 93 207 0.15 0.55 0 0.19 283.68 0.54 0.59
Hex B0 5D CF F 37 0 13 11C 36 3B
Octal 260 135 317 17 67 0 23 434 66 73
Binary 10110000 1011101 11001111 1111 110111 0 10011 100011100 110110 111011

Color Harmonies of #B05DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DCF

Black with #B05DCF

Text Example


Text Example

White with #B05DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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