Html Css Color HEX #B965E0 Medium Orchid

📋 copy color: '#B965E0'

red 185 ◦ green 101 ◦ blue 224

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

Shades of Medium Orchid #B965E0

Tints of Medium Orchid #B965E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.92%

R = 36.27%
G = 19.8%
B = 43.92%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B965E0 (or 0xB965E0) is known color: Medium Orchid. HEX triplet: B9, 65 and E0. RGB value is (185,101,224). Sum of RGB (Red+Green+Blue) = 185+101+224=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #B965E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965E0 is #469A1F. Grayscale: #8B8B8B. Windows color (decimal): -4626976 or 14706105. OLE color: 14706105.

HSL color Cylindrical-coordinate representation of color #B965E0: hue angle of 280.98º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B965E0 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 101 224 -
CMYK 0.17 0.55 0 0.12
HSL 280.98º 0.66% 0.64% -
HSV(B) 280.98º 0.55% 0.88% -
XYZ 38.12 25 73.34 -
YUV 140.14 175.33 160 -
System Red Green Blue C M Y K H S L
Decimal 185 101 224 0.17 0.55 0 0.12 280.98 0.66 0.64
Hex B9 65 E0 11 37 0 C 119 42 40
Octal 271 145 340 21 67 0 14 431 102 100
Binary 10111001 1100101 11100000 10001 110111 0 1100 100011001 1000010 1000000

Color Harmonies of #B965E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965E0

Black with #B965E0

Text Example


Text Example

White with #B965E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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