Html Css Color HEX #B153CC Medium Orchid

📋 copy color: '#B153CC'

red 177 ◦ green 83 ◦ blue 204

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

Shades of Medium Orchid #B153CC

Tints of Medium Orchid #B153CC

RGB

 RED value IS 177 (69.53% from 255) = 38.15%

 GREEN value IS 83 (32.81% from 255) = 17.89%

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

R = 38.15%
G = 17.89%
B = 43.97%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B153CC (or 0xB153CC) is known color: Medium Orchid. HEX triplet: B1, 53 and CC. RGB value is (177,83,204). Sum of RGB (Red+Green+Blue) = 177+83+204=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #B153CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153CC is #4EAC33. Grayscale: #7C7C7C. Windows color (decimal): -5155892 or 13390769. OLE color: 13390769.

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

Color convert

RGB 177 83 204 -
CMYK 0.13 0.59 0 0.2
HSL 286.61º 0.54% 0.56% -
HSV(B) 286.61º 0.59% 0.8% -
XYZ 32.12 19.89 59.27 -
YUV 124.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 177 83 204 0.13 0.59 0 0.2 286.61 0.54 0.56
Hex B1 53 CC D 3B 0 14 11F 36 38
Octal 261 123 314 15 73 0 24 437 66 70
Binary 10110001 1010011 11001100 1101 111011 0 10100 100011111 110110 111000

Color Harmonies of #B153CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153CC

Black with #B153CC

Text Example


Text Example

White with #B153CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153CC; }

 p { color: rgb(177,83,204); }

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

background-color css

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

 a { background-color: rgb(177,83,204); }

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

border-color css

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

 span { border-color: rgb(177,83,204); }

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