Html Css Color HEX #B25DCF Medium Orchid

📋 copy color: '#B25DCF'

red 178 ◦ green 93 ◦ blue 207

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

Shades of Medium Orchid #B25DCF

Tints of Medium Orchid #B25DCF

RGB

 RED value IS 178 (69.92% from 255) = 37.24%

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

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

R = 37.24%
G = 19.46%
B = 43.31%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B25DCF (or 0xB25DCF) is known color: Medium Orchid. HEX triplet: B2, 5D and CF. RGB value is (178,93,207). Sum of RGB (Red+Green+Blue) = 178+93+207=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #B25DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DCF is #4DA230. Grayscale: #838383. Windows color (decimal): -5087793 or 13589938. OLE color: 13589938.

HSL color Cylindrical-coordinate representation of color #B25DCF: hue angle of 284.74º 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 #B25DCF is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 93 207 -
CMYK 0.14 0.55 0 0.19
HSL 284.74º 0.54% 0.59% -
HSV(B) 284.74º 0.55% 0.81% -
XYZ 33.54 21.8 61.47 -
YUV 131.41 170.66 161.23 -
System Red Green Blue C M Y K H S L
Decimal 178 93 207 0.14 0.55 0 0.19 284.74 0.54 0.59
Hex B2 5D CF E 37 0 13 11D 36 3B
Octal 262 135 317 16 67 0 23 435 66 73
Binary 10110010 1011101 11001111 1110 110111 0 10011 100011101 110110 111011

Color Harmonies of #B25DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DCF

Black with #B25DCF

Text Example


Text Example

White with #B25DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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