Html Css Color HEX #B25BCB Medium Orchid

📋 copy color: '#B25BCB'

red 178 ◦ green 91 ◦ blue 203

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

Shades of Medium Orchid #B25BCB

Tints of Medium Orchid #B25BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.28%

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 37.71%
G = 19.28%
B = 43.01%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B25BCB (or 0xB25BCB) is known color: Medium Orchid. HEX triplet: B2, 5B and CB. RGB value is (178,91,203). Sum of RGB (Red+Green+Blue) = 178+91+203=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #B25BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BCB is #4DA434. Grayscale: #818181. Windows color (decimal): -5088309 or 13327282. OLE color: 13327282.

HSL color Cylindrical-coordinate representation of color #B25BCB: hue angle of 286.61º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25BCB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 91 203 -
CMYK 0.12 0.55 0 0.20
HSL 286.61º 0.52% 0.58% -
HSV(B) 286.61º 0.55% 0.8% -
XYZ 32.88 21.26 58.87 -
YUV 129.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 178 91 203 0.12 0.55 0 0.20 286.61 0.52 0.58
Hex B2 5B CB C 37 0 14 11F 34 3A
Octal 262 133 313 14 67 0 24 437 64 72
Binary 10110010 1011011 11001011 1100 110111 0 10100 100011111 110100 111010

Color Harmonies of #B25BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BCB

Black with #B25BCB

Text Example


Text Example

White with #B25BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BCB; }

 p { color: rgb(178,91,203); }

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

background-color css

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

 a { background-color: rgb(178,91,203); }

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

border-color css

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

 span { border-color: rgb(178,91,203); }

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