Html Css Color HEX #B965C9 Medium Orchid

📋 copy color: '#B965C9'

red 185 ◦ green 101 ◦ blue 201

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

Shades of Medium Orchid #B965C9

Tints of Medium Orchid #B965C9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.74%

 BLUE value IS 201 (78.91% from 255) = 41.27%

R = 37.99%
G = 20.74%
B = 41.27%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B965C9 (or 0xB965C9) is known color: Medium Orchid. HEX triplet: B9, 65 and C9. RGB value is (185,101,201). Sum of RGB (Red+Green+Blue) = 185+101+201=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #B965C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965C9 is #469A36. Grayscale: #898989. Windows color (decimal): -4626999 or 13198777. OLE color: 13198777.

HSL color Cylindrical-coordinate representation of color #B965C9: hue angle of 290.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B965C9 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 101 201 -
CMYK 0.08 0.50 0 0.21
HSL 290.4º 0.48% 0.59% -
HSV(B) 290.4º 0.5% 0.79% -
XYZ 35.2 23.84 58 -
YUV 137.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 185 101 201 0.08 0.50 0 0.21 290.4 0.48 0.59
Hex B9 65 C9 8 32 0 15 122 30 3B
Octal 271 145 311 10 62 0 25 442 60 73
Binary 10111001 1100101 11001001 1000 110010 0 10101 100100010 110000 111011

Color Harmonies of #B965C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965C9

Black with #B965C9

Text Example


Text Example

White with #B965C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965C9; }

 p { color: rgb(185,101,201); }

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

background-color css

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

 a { background-color: rgb(185,101,201); }

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

border-color css

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

 span { border-color: rgb(185,101,201); }

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