Html Css Color HEX #B25DCA Medium Orchid

📋 copy color: '#B25DCA'

red 178 ◦ green 93 ◦ blue 202

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

Shades of Medium Orchid #B25DCA

Tints of Medium Orchid #B25DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 37.63%
G = 19.66%
B = 42.71%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B25DCA (or 0xB25DCA) is known color: Medium Orchid. HEX triplet: B2, 5D and CA. RGB value is (178,93,202). Sum of RGB (Red+Green+Blue) = 178+93+202=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #B25DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DCA is #4DA235. Grayscale: #828282. Windows color (decimal): -5087798 or 13262258. OLE color: 13262258.

HSL color Cylindrical-coordinate representation of color #B25DCA: hue angle of 286.79º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25DCA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 93 202 -
CMYK 0.12 0.54 0 0.21
HSL 286.79º 0.51% 0.58% -
HSV(B) 286.79º 0.54% 0.79% -
XYZ 32.94 21.56 58.3 -
YUV 130.84 168.16 161.64 -
System Red Green Blue C M Y K H S L
Decimal 178 93 202 0.12 0.54 0 0.21 286.79 0.51 0.58
Hex B2 5D CA C 36 0 15 11F 33 3A
Octal 262 135 312 14 66 0 25 437 63 72
Binary 10110010 1011101 11001010 1100 110110 0 10101 100011111 110011 111010

Color Harmonies of #B25DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DCA

Black with #B25DCA

Text Example


Text Example

White with #B25DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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