Html Css Color HEX #B95CCF Medium Orchid

📋 copy color: '#B95CCF'

red 185 ◦ green 92 ◦ blue 207

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

Shades of Medium Orchid #B95CCF

Tints of Medium Orchid #B95CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 38.22%
G = 19.01%
B = 42.77%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B95CCF (or 0xB95CCF) is known color: Medium Orchid. HEX triplet: B9, 5C and CF. RGB value is (185,92,207). Sum of RGB (Red+Green+Blue) = 185+92+207=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #B95CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CCF is #46A330. Grayscale: #848484. Windows color (decimal): -4629297 or 13589689. OLE color: 13589689.

HSL color Cylindrical-coordinate representation of color #B95CCF: hue angle of 288.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95CCF is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 92 207 -
CMYK 0.11 0.56 0 0.19
HSL 288.52º 0.55% 0.59% -
HSV(B) 288.52º 0.56% 0.81% -
XYZ 35.1 22.47 61.52 -
YUV 132.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 185 92 207 0.11 0.56 0 0.19 288.52 0.55 0.59
Hex B9 5C CF B 38 0 13 121 37 3B
Octal 271 134 317 13 70 0 23 441 67 73
Binary 10111001 1011100 11001111 1011 111000 0 10011 100100001 110111 111011

Color Harmonies of #B95CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CCF

Black with #B95CCF

Text Example


Text Example

White with #B95CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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