Html Css Color HEX #B25CD2 Medium Orchid

📋 copy color: '#B25CD2'

red 178 ◦ green 92 ◦ blue 210

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

Shades of Medium Orchid #B25CD2

Tints of Medium Orchid #B25CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.75%

R = 37.08%
G = 19.17%
B = 43.75%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B25CD2 (or 0xB25CD2) is known color: Medium Orchid. HEX triplet: B2, 5C and D2. RGB value is (178,92,210). Sum of RGB (Red+Green+Blue) = 178+92+210=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #B25CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CD2 is #4DA32D. Grayscale: #828282. Windows color (decimal): -5088046 or 13786290. OLE color: 13786290.

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

Color convert

RGB 178 92 210 -
CMYK 0.15 0.56 0 0.18
HSL 283.73º 0.57% 0.59% -
HSV(B) 283.73º 0.56% 0.82% -
XYZ 33.82 21.77 63.39 -
YUV 131.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 178 92 210 0.15 0.56 0 0.18 283.73 0.57 0.59
Hex B2 5C D2 F 38 0 12 11C 39 3B
Octal 262 134 322 17 70 0 22 434 71 73
Binary 10110010 1011100 11010010 1111 111000 0 10010 100011100 111001 111011

Color Harmonies of #B25CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CD2

Black with #B25CD2

Text Example


Text Example

White with #B25CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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