Html Css Color HEX #B65FC6 Medium Orchid

📋 copy color: '#B65FC6'

red 182 ◦ green 95 ◦ blue 198

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

Shades of Medium Orchid #B65FC6

Tints of Medium Orchid #B65FC6

RGB

 RED value IS 182 (71.48% from 255) = 38.32%

 GREEN value IS 95 (37.5% from 255) = 20%

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 38.32%
G = 20%
B = 41.68%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B65FC6 (or 0xB65FC6) is known color: Medium Orchid. HEX triplet: B6, 5F and C6. RGB value is (182,95,198). Sum of RGB (Red+Green+Blue) = 182+95+198=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #B65FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FC6 is #49A039. Grayscale: #848484. Windows color (decimal): -4825146 or 13000630. OLE color: 13000630.

HSL color Cylindrical-coordinate representation of color #B65FC6: hue angle of 290.68º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65FC6 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 95 198 -
CMYK 0.08 0.52 0 0.22
HSL 290.68º 0.47% 0.57% -
HSV(B) 290.68º 0.52% 0.78% -
XYZ 33.58 22.21 55.94 -
YUV 132.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 182 95 198 0.08 0.52 0 0.22 290.68 0.47 0.57
Hex B6 5F C6 8 34 0 16 123 2F 39
Octal 266 137 306 10 64 0 26 443 57 71
Binary 10110110 1011111 11000110 1000 110100 0 10110 100100011 101111 111001

Color Harmonies of #B65FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FC6

Black with #B65FC6

Text Example


Text Example

White with #B65FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FC6; }

 p { color: rgb(182,95,198); }

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

background-color css

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

 a { background-color: rgb(182,95,198); }

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

border-color css

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

 span { border-color: rgb(182,95,198); }

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