Html Css Color HEX #B25CDD Medium Orchid

📋 copy color: '#B25CDD'

red 178 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #B25CDD

Tints of Medium Orchid #B25CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 36.25%
G = 18.74%
B = 45.01%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B25CDD (or 0xB25CDD) is known color: Medium Orchid. HEX triplet: B2, 5C and DD. RGB value is (178,92,221). Sum of RGB (Red+Green+Blue) = 178+92+221=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #B25CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CDD is #4DA322. Grayscale: #838383. Windows color (decimal): -5088035 or 14507186. OLE color: 14507186.

HSL color Cylindrical-coordinate representation of color #B25CDD: hue angle of 280º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B25CDD is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 92 221 -
CMYK 0.19 0.58 0 0.13
HSL 280º 0.65% 0.61% -
HSV(B) 280º 0.58% 0.87% -
XYZ 35.24 22.34 70.86 -
YUV 132.42 177.99 160.51 -
System Red Green Blue C M Y K H S L
Decimal 178 92 221 0.19 0.58 0 0.13 280 0.65 0.61
Hex B2 5C DD 13 3A 0 D 118 41 3D
Octal 262 134 335 23 72 0 15 430 101 75
Binary 10110010 1011100 11011101 10011 111010 0 1101 100011000 1000001 111101

Color Harmonies of #B25CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CDD

Black with #B25CDD

Text Example


Text Example

White with #B25CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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