Html Css Color HEX #B05FDA Medium Orchid

📋 copy color: '#B05FDA'

red 176 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #B05FDA

Tints of Medium Orchid #B05FDA

RGB

 RED value IS 176 (69.14% from 255) = 35.99%

 GREEN value IS 95 (37.5% from 255) = 19.43%

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

R = 35.99%
G = 19.43%
B = 44.58%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B05FDA (or 0xB05FDA) is known color: Medium Orchid. HEX triplet: B0, 5F and DA. RGB value is (176,95,218). Sum of RGB (Red+Green+Blue) = 176+95+218=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #B05FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FDA is #4FA025. Grayscale: #848484. Windows color (decimal): -5218342 or 14311344. OLE color: 14311344.

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

Color convert

RGB 176 95 218 -
CMYK 0.19 0.56 0 0.15
HSL 279.51º 0.62% 0.61% -
HSV(B) 279.51º 0.56% 0.85% -
XYZ 34.65 22.48 68.84 -
YUV 133.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 176 95 218 0.19 0.56 0 0.15 279.51 0.62 0.61
Hex B0 5F DA 13 38 0 F 118 3E 3D
Octal 260 137 332 23 70 0 17 430 76 75
Binary 10110000 1011111 11011010 10011 111000 0 1111 100011000 111110 111101

Color Harmonies of #B05FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05FDA

Black with #B05FDA

Text Example


Text Example

White with #B05FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05FDA; }

 p { color: rgb(176,95,218); }

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

background-color css

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

 a { background-color: rgb(176,95,218); }

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

border-color css

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

 span { border-color: rgb(176,95,218); }

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