Html Css Color HEX #B95CDA Medium Orchid

📋 copy color: '#B95CDA'

red 185 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #B95CDA

Tints of Medium Orchid #B95CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.59%

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

R = 37.37%
G = 18.59%
B = 44.04%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B95CDA (or 0xB95CDA) is known color: Medium Orchid. HEX triplet: B9, 5C and DA. RGB value is (185,92,218). Sum of RGB (Red+Green+Blue) = 185+92+218=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #B95CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CDA is #46A325. Grayscale: #858585. Windows color (decimal): -4629286 or 14310585. OLE color: 14310585.

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

Color convert

RGB 185 92 218 -
CMYK 0.15 0.58 0 0.15
HSL 284.29º 0.63% 0.61% -
HSV(B) 284.29º 0.58% 0.85% -
XYZ 36.49 23.03 68.85 -
YUV 134.17 175.31 164.25 -
System Red Green Blue C M Y K H S L
Decimal 185 92 218 0.15 0.58 0 0.15 284.29 0.63 0.61
Hex B9 5C DA F 3A 0 F 11C 3F 3D
Octal 271 134 332 17 72 0 17 434 77 75
Binary 10111001 1011100 11011010 1111 111010 0 1111 100011100 111111 111101

Color Harmonies of #B95CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CDA

Black with #B95CDA

Text Example


Text Example

White with #B95CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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