Html Css Color HEX #B250CA Medium Orchid

📋 copy color: '#B250CA'

red 178 ◦ green 80 ◦ blue 202

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

Shades of Medium Orchid #B250CA

Tints of Medium Orchid #B250CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.39%

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

R = 38.7%
G = 17.39%
B = 43.91%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B250CA (or 0xB250CA) is known color: Medium Orchid. HEX triplet: B2, 50 and CA. RGB value is (178,80,202). Sum of RGB (Red+Green+Blue) = 178+80+202=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #B250CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250CA is #4DAF35. Grayscale: #7A7A7A. Windows color (decimal): -5091126 or 13258930. OLE color: 13258930.

HSL color Cylindrical-coordinate representation of color #B250CA: hue angle of 288.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B250CA is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 80 202 -
CMYK 0.12 0.60 0 0.21
HSL 288.2º 0.54% 0.55% -
HSV(B) 288.2º 0.6% 0.79% -
XYZ 31.89 19.47 57.95 -
YUV 123.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 178 80 202 0.12 0.60 0 0.21 288.2 0.54 0.55
Hex B2 50 CA C 3C 0 15 120 36 37
Octal 262 120 312 14 74 0 25 440 66 67
Binary 10110010 1010000 11001010 1100 111100 0 10101 100100000 110110 110111

Color Harmonies of #B250CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250CA

Black with #B250CA

Text Example


Text Example

White with #B250CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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