Html Css Color HEX #B25CDC Medium Orchid

📋 copy color: '#B25CDC'

red 178 ◦ green 92 ◦ blue 220

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

Shades of Medium Orchid #B25CDC

Tints of Medium Orchid #B25CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 36.33%
G = 18.78%
B = 44.9%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B25CDC (or 0xB25CDC) is known color: Medium Orchid. HEX triplet: B2, 5C and DC. RGB value is (178,92,220). Sum of RGB (Red+Green+Blue) = 178+92+220=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #B25CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CDC is #4DA323. Grayscale: #838383. Windows color (decimal): -5088036 or 14441650. OLE color: 14441650.

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

Color convert

RGB 178 92 220 -
CMYK 0.19 0.58 0 0.14
HSL 280.31º 0.65% 0.61% -
HSV(B) 280.31º 0.58% 0.86% -
XYZ 35.11 22.29 70.16 -
YUV 132.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 178 92 220 0.19 0.58 0 0.14 280.31 0.65 0.61
Hex B2 5C DC 13 3A 0 E 118 41 3D
Octal 262 134 334 23 72 0 16 430 101 75
Binary 10110010 1011100 11011100 10011 111010 0 1110 100011000 1000001 111101

Color Harmonies of #B25CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CDC

Black with #B25CDC

Text Example


Text Example

White with #B25CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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