Html Css Color HEX #B25CCB Medium Orchid

📋 copy color: '#B25CCB'

red 178 ◦ green 92 ◦ blue 203

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

Shades of Medium Orchid #B25CCB

Tints of Medium Orchid #B25CCB

RGB

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

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

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

R = 37.63%
G = 19.45%
B = 42.92%

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

#B25CCB (or 0xB25CCB) is known color: Medium Orchid. HEX triplet: B2, 5C and CB. RGB value is (178,92,203). Sum of RGB (Red+Green+Blue) = 178+92+203=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #B25CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CCB is #4DA334. Grayscale: #828282. Windows color (decimal): -5088053 or 13327538. OLE color: 13327538.

HSL color Cylindrical-coordinate representation of color #B25CCB: hue angle of 286.49º 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 #B25CCB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 92 203 -
CMYK 0.12 0.55 0 0.20
HSL 286.49º 0.52% 0.58% -
HSV(B) 286.49º 0.55% 0.8% -
XYZ 32.97 21.43 58.9 -
YUV 130.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 178 92 203 0.12 0.55 0 0.20 286.49 0.52 0.58
Hex B2 5C CB C 37 0 14 11E 34 3A
Octal 262 134 313 14 67 0 24 436 64 72
Binary 10110010 1011100 11001011 1100 110111 0 10100 100011110 110100 111010

Color Harmonies of #B25CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CCB

Black with #B25CCB

Text Example


Text Example

White with #B25CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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