Html Css Color HEX #B255CA Medium Orchid

📋 copy color: '#B255CA'

red 178 ◦ green 85 ◦ blue 202

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

Shades of Medium Orchid #B255CA

Tints of Medium Orchid #B255CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 38.28%
G = 18.28%
B = 43.44%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B255CA (or 0xB255CA) is known color: Medium Orchid. HEX triplet: B2, 55 and CA. RGB value is (178,85,202). Sum of RGB (Red+Green+Blue) = 178+85+202=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #B255CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255CA is #4DAA35. Grayscale: #7D7D7D. Windows color (decimal): -5089846 or 13260210. OLE color: 13260210.

HSL color Cylindrical-coordinate representation of color #B255CA: hue angle of 287.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B255CA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 85 202 -
CMYK 0.12 0.58 0 0.21
HSL 287.69º 0.52% 0.56% -
HSV(B) 287.69º 0.58% 0.79% -
XYZ 32.27 20.23 58.08 -
YUV 126.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 178 85 202 0.12 0.58 0 0.21 287.69 0.52 0.56
Hex B2 55 CA C 3A 0 15 120 34 38
Octal 262 125 312 14 72 0 25 440 64 70
Binary 10110010 1010101 11001010 1100 111010 0 10101 100100000 110100 111000

Color Harmonies of #B255CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B255CA

Black with #B255CA

Text Example


Text Example

White with #B255CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B255CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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