Html Css Color HEX #B95FDA Medium Orchid

📋 copy color: '#B95FDA'

red 185 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #B95FDA

Tints of Medium Orchid #B95FDA

RGB

 RED value IS 185 (72.66% from 255) = 37.15%

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

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

R = 37.15%
G = 19.08%
B = 43.78%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B95FDA (or 0xB95FDA) is known color: Medium Orchid. HEX triplet: B9, 5F and DA. RGB value is (185,95,218). Sum of RGB (Red+Green+Blue) = 185+95+218=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #B95FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FDA is #46A025. Grayscale: #878787. Windows color (decimal): -4628518 or 14311353. OLE color: 14311353.

HSL color Cylindrical-coordinate representation of color #B95FDA: hue angle of 283.9º 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 #B95FDA is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 95 218 -
CMYK 0.15 0.56 0 0.15
HSL 283.9º 0.62% 0.61% -
HSV(B) 283.9º 0.56% 0.85% -
XYZ 36.75 23.56 68.94 -
YUV 135.93 174.32 163 -
System Red Green Blue C M Y K H S L
Decimal 185 95 218 0.15 0.56 0 0.15 283.9 0.62 0.61
Hex B9 5F DA F 38 0 F 11C 3E 3D
Octal 271 137 332 17 70 0 17 434 76 75
Binary 10111001 1011111 11011010 1111 111000 0 1111 100011100 111110 111101

Color Harmonies of #B95FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95FDA

Black with #B95FDA

Text Example


Text Example

White with #B95FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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