Html Css Color HEX #B25DDA Medium Orchid

📋 copy color: '#B25DDA'

red 178 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #B25DDA

Tints of Medium Orchid #B25DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 36.4%
G = 19.02%
B = 44.58%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B25DDA (or 0xB25DDA) is known color: Medium Orchid. HEX triplet: B2, 5D and DA. RGB value is (178,93,218). Sum of RGB (Red+Green+Blue) = 178+93+218=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #B25DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25DDA is #4DA225. Grayscale: #848484. Windows color (decimal): -5087782 or 14310834. OLE color: 14310834.

HSL color Cylindrical-coordinate representation of color #B25DDA: hue angle of 280.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B25DDA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 93 218 -
CMYK 0.18 0.57 0 0.15
HSL 280.8º 0.63% 0.61% -
HSV(B) 280.8º 0.57% 0.85% -
XYZ 34.93 22.36 68.8 -
YUV 132.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 178 93 218 0.18 0.57 0 0.15 280.8 0.63 0.61
Hex B2 5D DA 12 39 0 F 119 3F 3D
Octal 262 135 332 22 71 0 17 431 77 75
Binary 10110010 1011101 11011010 10010 111001 0 1111 100011001 111111 111101

Color Harmonies of #B25DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DDA

Black with #B25DDA

Text Example


Text Example

White with #B25DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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