Html Css Color HEX #B240CC Medium Orchid

📋 copy color: '#B240CC'

red 178 ◦ green 64 ◦ blue 204

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

Shades of Medium Orchid #B240CC

Tints of Medium Orchid #B240CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.35%

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

R = 39.91%
G = 14.35%
B = 45.74%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B240CC (or 0xB240CC) is known color: Medium Orchid. HEX triplet: B2, 40 and CC. RGB value is (178,64,204). Sum of RGB (Red+Green+Blue) = 178+64+204=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #B240CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240CC is #4DBF33. Grayscale: #717171. Windows color (decimal): -5095220 or 13385906. OLE color: 13385906.

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

Color convert

RGB 178 64 204 -
CMYK 0.13 0.69 0 0.2
HSL 288.86º 0.58% 0.53% -
HSV(B) 288.86º 0.69% 0.8% -
XYZ 31.09 17.49 58.86 -
YUV 114.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 178 64 204 0.13 0.69 0 0.2 288.86 0.58 0.53
Hex B2 40 CC D 45 0 14 121 3A 35
Octal 262 100 314 15 105 0 24 441 72 65
Binary 10110010 1000000 11001100 1101 1000101 0 10100 100100001 111010 110101

Color Harmonies of #B240CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240CC

Black with #B240CC

Text Example


Text Example

White with #B240CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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