Html Css Color HEX #B965D4 Medium Orchid

📋 copy color: '#B965D4'

red 185 ◦ green 101 ◦ blue 212

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

Shades of Medium Orchid #B965D4

Tints of Medium Orchid #B965D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.57%

R = 37.15%
G = 20.28%
B = 42.57%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B965D4 (or 0xB965D4) is known color: Medium Orchid. HEX triplet: B9, 65 and D4. RGB value is (185,101,212). Sum of RGB (Red+Green+Blue) = 185+101+212=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #B965D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965D4 is #469A2B. Grayscale: #8A8A8A. Windows color (decimal): -4626988 or 13919673. OLE color: 13919673.

HSL color Cylindrical-coordinate representation of color #B965D4: hue angle of 285.41º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B965D4 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 101 212 -
CMYK 0.13 0.52 0 0.17
HSL 285.41º 0.56% 0.61% -
HSV(B) 285.41º 0.52% 0.83% -
XYZ 36.54 24.38 65.07 -
YUV 138.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 185 101 212 0.13 0.52 0 0.17 285.41 0.56 0.61
Hex B9 65 D4 D 34 0 11 11D 38 3D
Octal 271 145 324 15 64 0 21 435 70 75
Binary 10111001 1100101 11010100 1101 110100 0 10001 100011101 111000 111101

Color Harmonies of #B965D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965D4

Black with #B965D4

Text Example


Text Example

White with #B965D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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