Html Css Color HEX #B256CA Medium Orchid

📋 copy color: '#B256CA'

red 178 ◦ green 86 ◦ blue 202

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

Shades of Medium Orchid #B256CA

Tints of Medium Orchid #B256CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.45%

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

R = 38.2%
G = 18.45%
B = 43.35%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B256CA (or 0xB256CA) is known color: Medium Orchid. HEX triplet: B2, 56 and CA. RGB value is (178,86,202). Sum of RGB (Red+Green+Blue) = 178+86+202=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #B256CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256CA is #4DA935. Grayscale: #7E7E7E. Windows color (decimal): -5089590 or 13260466. OLE color: 13260466.

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

Color convert

RGB 178 86 202 -
CMYK 0.12 0.57 0 0.21
HSL 287.59º 0.52% 0.56% -
HSV(B) 287.59º 0.57% 0.79% -
XYZ 32.35 20.38 58.11 -
YUV 126.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 178 86 202 0.12 0.57 0 0.21 287.59 0.52 0.56
Hex B2 56 CA C 39 0 15 120 34 38
Octal 262 126 312 14 71 0 25 440 64 70
Binary 10110010 1010110 11001010 1100 111001 0 10101 100100000 110100 111000

Color Harmonies of #B256CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B256CA

Black with #B256CA

Text Example


Text Example

White with #B256CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B256CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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