Html Css Color HEX #B25CDB Medium Orchid

📋 copy color: '#B25CDB'

red 178 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #B25CDB

Tints of Medium Orchid #B25CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 36.4%
G = 18.81%
B = 44.79%

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

#B25CDB (or 0xB25CDB) is known color: Medium Orchid. HEX triplet: B2, 5C and DB. RGB value is (178,92,219). Sum of RGB (Red+Green+Blue) = 178+92+219=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #B25CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CDB is #4DA324. Grayscale: #838383. Windows color (decimal): -5088037 or 14376114. OLE color: 14376114.

HSL color Cylindrical-coordinate representation of color #B25CDB: hue angle of 280.63º degrees, saturation: 0.64, 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 #B25CDB is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 92 219 -
CMYK 0.19 0.58 0 0.14
HSL 280.63º 0.64% 0.61% -
HSV(B) 280.63º 0.58% 0.86% -
XYZ 34.97 22.23 69.47 -
YUV 132.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 178 92 219 0.19 0.58 0 0.14 280.63 0.64 0.61
Hex B2 5C DB 13 3A 0 E 119 40 3D
Octal 262 134 333 23 72 0 16 431 100 75
Binary 10110010 1011100 11011011 10011 111010 0 1110 100011001 1000000 111101

Color Harmonies of #B25CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CDB

Black with #B25CDB

Text Example


Text Example

White with #B25CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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