Html Css Color HEX #B45CCC Medium Orchid

📋 copy color: '#B45CCC'

red 180 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #B45CCC

Tints of Medium Orchid #B45CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 37.82%
G = 19.33%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B45CCC (or 0xB45CCC) is known color: Medium Orchid. HEX triplet: B4, 5C and CC. RGB value is (180,92,204). Sum of RGB (Red+Green+Blue) = 180+92+204=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #B45CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CCC is #4BA333. Grayscale: #828282. Windows color (decimal): -4956980 or 13393076. OLE color: 13393076.

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

Color convert

RGB 180 92 204 -
CMYK 0.12 0.55 0 0.2
HSL 287.14º 0.52% 0.58% -
HSV(B) 287.14º 0.55% 0.8% -
XYZ 33.55 21.72 59.55 -
YUV 131.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 180 92 204 0.12 0.55 0 0.2 287.14 0.52 0.58
Hex B4 5C CC C 37 0 14 11F 34 3A
Octal 264 134 314 14 67 0 24 437 64 72
Binary 10110100 1011100 11001100 1100 110111 0 10100 100011111 110100 111010

Color Harmonies of #B45CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CCC

Black with #B45CCC

Text Example


Text Example

White with #B45CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CCC; }

 p { color: rgb(180,92,204); }

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

background-color css

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

 a { background-color: rgb(180,92,204); }

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

border-color css

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

 span { border-color: rgb(180,92,204); }

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