Html Css Color HEX #B255C4 Medium Orchid

📋 copy color: '#B255C4'

red 178 ◦ green 85 ◦ blue 196

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

Shades of Medium Orchid #B255C4

Tints of Medium Orchid #B255C4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

 BLUE value IS 196 (76.95% from 255) = 42.7%

R = 38.78%
G = 18.52%
B = 42.7%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B255C4 (or 0xB255C4) is known color: Medium Orchid. HEX triplet: B2, 55 and C4. RGB value is (178,85,196). Sum of RGB (Red+Green+Blue) = 178+85+196=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #B255C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255C4 is #4DAA3B. Grayscale: #7D7D7D. Windows color (decimal): -5089852 or 12866994. OLE color: 12866994.

HSL color Cylindrical-coordinate representation of color #B255C4: hue angle of 290.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B255C4 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 85 196 -
CMYK 0.09 0.57 0 0.23
HSL 290.27º 0.48% 0.55% -
HSV(B) 290.27º 0.57% 0.77% -
XYZ 31.57 19.95 54.41 -
YUV 125.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 178 85 196 0.09 0.57 0 0.23 290.27 0.48 0.55
Hex B2 55 C4 9 39 0 17 122 30 37
Octal 262 125 304 11 71 0 27 442 60 67
Binary 10110010 1010101 11000100 1001 111001 0 10111 100100010 110000 110111

Color Harmonies of #B255C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255C4

Black with #B255C4

Text Example


Text Example

White with #B255C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255C4; }

 p { color: rgb(178,85,196); }

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

background-color css

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

 a { background-color: rgb(178,85,196); }

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

border-color css

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

 span { border-color: rgb(178,85,196); }

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