Html Css Color HEX #B25CD3 Medium Orchid

📋 copy color: '#B25CD3'

red 178 ◦ green 92 ◦ blue 211

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

Shades of Medium Orchid #B25CD3

Tints of Medium Orchid #B25CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.87%

R = 37.01%
G = 19.13%
B = 43.87%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B25CD3 (or 0xB25CD3) is known color: Medium Orchid. HEX triplet: B2, 5C and D3. RGB value is (178,92,211). Sum of RGB (Red+Green+Blue) = 178+92+211=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 211 - color contains mainly: blue. Hex color #B25CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CD3 is #4DA32C. Grayscale: #828282. Windows color (decimal): -5088045 or 13851826. OLE color: 13851826.

HSL color Cylindrical-coordinate representation of color #B25CD3: hue angle of 283.36º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B25CD3 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 92 211 -
CMYK 0.16 0.56 0 0.17
HSL 283.36º 0.57% 0.59% -
HSV(B) 283.36º 0.56% 0.83% -
XYZ 33.95 21.82 64.05 -
YUV 131.28 172.99 161.32 -
System Red Green Blue C M Y K H S L
Decimal 178 92 211 0.16 0.56 0 0.17 283.36 0.57 0.59
Hex B2 5C D3 10 38 0 11 11B 39 3B
Octal 262 134 323 20 70 0 21 433 71 73
Binary 10110010 1011100 11010011 10000 111000 0 10001 100011011 111001 111011

Color Harmonies of #B25CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CD3

Black with #B25CD3

Text Example


Text Example

White with #B25CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CD3; }

 p { color: rgb(178,92,211); }

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

background-color css

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

 a { background-color: rgb(178,92,211); }

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

border-color css

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

 span { border-color: rgb(178,92,211); }

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