Html Css Color HEX #B246CD Medium Orchid

📋 copy color: '#B246CD'

red 178 ◦ green 70 ◦ blue 205

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

Shades of Medium Orchid #B246CD

Tints of Medium Orchid #B246CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 39.29%
G = 15.45%
B = 45.25%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B246CD (or 0xB246CD) is known color: Medium Orchid. HEX triplet: B2, 46 and CD. RGB value is (178,70,205). Sum of RGB (Red+Green+Blue) = 178+70+205=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #B246CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246CD is #4DB932. Grayscale: #757575. Windows color (decimal): -5093683 or 13452978. OLE color: 13452978.

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

Color convert

RGB 178 70 205 -
CMYK 0.13 0.66 0 0.20
HSL 288º 0.57% 0.54% -
HSV(B) 288º 0.66% 0.8% -
XYZ 31.57 18.25 59.62 -
YUV 117.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 178 70 205 0.13 0.66 0 0.20 288 0.57 0.54
Hex B2 46 CD D 42 0 14 120 39 36
Octal 262 106 315 15 102 0 24 440 71 66
Binary 10110010 1000110 11001101 1101 1000010 0 10100 100100000 111001 110110

Color Harmonies of #B246CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246CD

Black with #B246CD

Text Example


Text Example

White with #B246CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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