Html Css Color HEX #B963CF Medium Orchid

📋 copy color: '#B963CF'

red 185 ◦ green 99 ◦ blue 207

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

Shades of Medium Orchid #B963CF

Tints of Medium Orchid #B963CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.16%

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

R = 37.68%
G = 20.16%
B = 42.16%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B963CF (or 0xB963CF) is known color: Medium Orchid. HEX triplet: B9, 63 and CF. RGB value is (185,99,207). Sum of RGB (Red+Green+Blue) = 185+99+207=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #B963CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963CF is #469C30. Grayscale: #888888. Windows color (decimal): -4627505 or 13591481. OLE color: 13591481.

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

Color convert

RGB 185 99 207 -
CMYK 0.11 0.52 0 0.19
HSL 287.78º 0.53% 0.6% -
HSV(B) 287.78º 0.52% 0.81% -
XYZ 35.73 23.74 61.73 -
YUV 137.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 185 99 207 0.11 0.52 0 0.19 287.78 0.53 0.6
Hex B9 63 CF B 34 0 13 120 35 3C
Octal 271 143 317 13 64 0 23 440 65 74
Binary 10111001 1100011 11001111 1011 110100 0 10011 100100000 110101 111100

Color Harmonies of #B963CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963CF

Black with #B963CF

Text Example


Text Example

White with #B963CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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