Html Css Color HEX #B145DA Medium Orchid

📋 copy color: '#B145DA'

red 177 ◦ green 69 ◦ blue 218

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

Shades of Medium Orchid #B145DA

Tints of Medium Orchid #B145DA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.87%

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 38.15%
G = 14.87%
B = 46.98%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B145DA (or 0xB145DA) is known color: Medium Orchid. HEX triplet: B1, 45 and DA. RGB value is (177,69,218). Sum of RGB (Red+Green+Blue) = 177+69+218=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #B145DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145DA is #4EBA25. Grayscale: #757575. Windows color (decimal): -5159462 or 14304689. OLE color: 14304689.

HSL color Cylindrical-coordinate representation of color #B145DA: hue angle of 283.49º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B145DA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 69 218 -
CMYK 0.19 0.68 0 0.15
HSL 283.49º 0.67% 0.56% -
HSV(B) 283.49º 0.68% 0.85% -
XYZ 32.91 18.67 68.2 -
YUV 118.28 184.28 169.88 -
System Red Green Blue C M Y K H S L
Decimal 177 69 218 0.19 0.68 0 0.15 283.49 0.67 0.56
Hex B1 45 DA 13 44 0 F 11B 43 38
Octal 261 105 332 23 104 0 17 433 103 70
Binary 10110001 1000101 11011010 10011 1000100 0 1111 100011011 1000011 111000

Color Harmonies of #B145DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145DA

Black with #B145DA

Text Example


Text Example

White with #B145DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145DA; }

 p { color: rgb(177,69,218); }

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

background-color css

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

 a { background-color: rgb(177,69,218); }

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

border-color css

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

 span { border-color: rgb(177,69,218); }

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