Html Css Color HEX #B272CC Medium Orchid

📋 copy color: '#B272CC'

red 178 ◦ green 114 ◦ blue 204

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

Shades of Medium Orchid #B272CC

Tints of Medium Orchid #B272CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

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

R = 35.89%
G = 22.98%
B = 41.13%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B272CC (or 0xB272CC) is known color: Medium Orchid. HEX triplet: B2, 72 and CC. RGB value is (178,114,204). Sum of RGB (Red+Green+Blue) = 178+114+204=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #B272CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272CC is #4D8D33. Grayscale: #8F8F8F. Windows color (decimal): -5082420 or 13398706. OLE color: 13398706.

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

Color convert

RGB 178 114 204 -
CMYK 0.13 0.44 0 0.2
HSL 282.67º 0.47% 0.62% -
HSV(B) 282.67º 0.44% 0.8% -
XYZ 35.28 25.86 60.26 -
YUV 143.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 178 114 204 0.13 0.44 0 0.2 282.67 0.47 0.62
Hex B2 72 CC D 2C 0 14 11B 2F 3E
Octal 262 162 314 15 54 0 24 433 57 76
Binary 10110010 1110010 11001100 1101 101100 0 10100 100011011 101111 111110

Color Harmonies of #B272CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272CC

Black with #B272CC

Text Example


Text Example

White with #B272CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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