Html Css Color HEX #B461CC Medium Orchid

📋 copy color: '#B461CC'

red 180 ◦ green 97 ◦ blue 204

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

Shades of Medium Orchid #B461CC

Tints of Medium Orchid #B461CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

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

R = 37.42%
G = 20.17%
B = 42.41%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B461CC (or 0xB461CC) is known color: Medium Orchid. HEX triplet: B4, 61 and CC. RGB value is (180,97,204). Sum of RGB (Red+Green+Blue) = 180+97+204=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #B461CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461CC is #4B9E33. Grayscale: #858585. Windows color (decimal): -4955700 or 13394356. OLE color: 13394356.

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

Color convert

RGB 180 97 204 -
CMYK 0.12 0.52 0 0.2
HSL 286.54º 0.51% 0.59% -
HSV(B) 286.54º 0.52% 0.8% -
XYZ 34 22.61 59.7 -
YUV 134.02 167.5 160.8 -
System Red Green Blue C M Y K H S L
Decimal 180 97 204 0.12 0.52 0 0.2 286.54 0.51 0.59
Hex B4 61 CC C 34 0 14 11F 33 3B
Octal 264 141 314 14 64 0 24 437 63 73
Binary 10110100 1100001 11001100 1100 110100 0 10100 100011111 110011 111011

Color Harmonies of #B461CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461CC

Black with #B461CC

Text Example


Text Example

White with #B461CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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