Html Css Color HEX #B246CC Medium Orchid

📋 copy color: '#B246CC'

red 178 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #B246CC

Tints of Medium Orchid #B246CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.49%

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

R = 39.38%
G = 15.49%
B = 45.13%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B246CC (or 0xB246CC) is known color: Medium Orchid. HEX triplet: B2, 46 and CC. RGB value is (178,70,204). Sum of RGB (Red+Green+Blue) = 178+70+204=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #B246CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246CC is #4DB933. Grayscale: #757575. Windows color (decimal): -5093684 or 13387442. OLE color: 13387442.

HSL color Cylindrical-coordinate representation of color #B246CC: hue angle of 288.36º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B246CC is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 70 204 -
CMYK 0.13 0.66 0 0.2
HSL 288.36º 0.57% 0.54% -
HSV(B) 288.36º 0.66% 0.8% -
XYZ 31.45 18.2 58.98 -
YUV 117.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 178 70 204 0.13 0.66 0 0.2 288.36 0.57 0.54
Hex B2 46 CC D 42 0 14 120 39 36
Octal 262 106 314 15 102 0 24 440 71 66
Binary 10110010 1000110 11001100 1101 1000010 0 10100 100100000 111001 110110

Color Harmonies of #B246CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246CC

Black with #B246CC

Text Example


Text Example

White with #B246CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246CC; }

 p { color: rgb(178,70,204); }

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

background-color css

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

 a { background-color: rgb(178,70,204); }

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

border-color css

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

 span { border-color: rgb(178,70,204); }

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