Html Css Color HEX #B25DC7 Medium Orchid

📋 copy color: '#B25DC7'

red 178 ◦ green 93 ◦ blue 199

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

Shades of Medium Orchid #B25DC7

Tints of Medium Orchid #B25DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.34%

R = 37.87%
G = 19.79%
B = 42.34%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B25DC7 (or 0xB25DC7) is known color: Medium Orchid. HEX triplet: B2, 5D and C7. RGB value is (178,93,199). Sum of RGB (Red+Green+Blue) = 178+93+199=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #B25DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DC7 is #4DA238. Grayscale: #828282. Windows color (decimal): -5087801 or 13065650. OLE color: 13065650.

HSL color Cylindrical-coordinate representation of color #B25DC7: hue angle of 288.11º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25DC7 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 93 199 -
CMYK 0.11 0.53 0 0.22
HSL 288.11º 0.49% 0.57% -
HSV(B) 288.11º 0.53% 0.78% -
XYZ 32.58 21.42 56.45 -
YUV 130.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 178 93 199 0.11 0.53 0 0.22 288.11 0.49 0.57
Hex B2 5D C7 B 35 0 16 120 31 39
Octal 262 135 307 13 65 0 26 440 61 71
Binary 10110010 1011101 11000111 1011 110101 0 10110 100100000 110001 111001

Color Harmonies of #B25DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DC7

Black with #B25DC7

Text Example


Text Example

White with #B25DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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