Html Css Color HEX #B45FCB Medium Orchid

📋 copy color: '#B45FCB'

red 180 ◦ green 95 ◦ blue 203

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

Shades of Medium Orchid #B45FCB

Tints of Medium Orchid #B45FCB

RGB

 RED value IS 180 (70.7% from 255) = 37.66%

 GREEN value IS 95 (37.5% from 255) = 19.87%

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

R = 37.66%
G = 19.87%
B = 42.47%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B45FCB (or 0xB45FCB) is known color: Medium Orchid. HEX triplet: B4, 5F and CB. RGB value is (180,95,203). Sum of RGB (Red+Green+Blue) = 180+95+203=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #B45FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FCB is #4BA034. Grayscale: #848484. Windows color (decimal): -4956213 or 13328308. OLE color: 13328308.

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

Color convert

RGB 180 95 203 -
CMYK 0.11 0.53 0 0.20
HSL 287.22º 0.51% 0.58% -
HSV(B) 287.22º 0.53% 0.8% -
XYZ 33.69 22.2 59.01 -
YUV 132.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 180 95 203 0.11 0.53 0 0.20 287.22 0.51 0.58
Hex B4 5F CB B 35 0 14 11F 33 3A
Octal 264 137 313 13 65 0 24 437 63 72
Binary 10110100 1011111 11001011 1011 110101 0 10100 100011111 110011 111010

Color Harmonies of #B45FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45FCB

Black with #B45FCB

Text Example


Text Example

White with #B45FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45FCB; }

 p { color: rgb(180,95,203); }

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

background-color css

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

 a { background-color: rgb(180,95,203); }

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

border-color css

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

 span { border-color: rgb(180,95,203); }

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