Html Css Color HEX #B865C6 Medium Orchid

📋 copy color: '#B865C6'

red 184 ◦ green 101 ◦ blue 198

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

Shades of Medium Orchid #B865C6

Tints of Medium Orchid #B865C6

RGB

 RED value IS 184 (72.27% from 255) = 38.1%

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

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

R = 38.1%
G = 20.91%
B = 40.99%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B865C6 (or 0xB865C6) is known color: Medium Orchid. HEX triplet: B8, 65 and C6. RGB value is (184,101,198). Sum of RGB (Red+Green+Blue) = 184+101+198=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #B865C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865C6 is #479A39. Grayscale: #888888. Windows color (decimal): -4692538 or 13002168. OLE color: 13002168.

HSL color Cylindrical-coordinate representation of color #B865C6: hue angle of 291.34º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B865C6 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 101 198 -
CMYK 0.07 0.49 0 0.22
HSL 291.34º 0.46% 0.59% -
HSV(B) 291.34º 0.49% 0.78% -
XYZ 34.61 23.57 56.15 -
YUV 136.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 184 101 198 0.07 0.49 0 0.22 291.34 0.46 0.59
Hex B8 65 C6 7 31 0 16 123 2E 3B
Octal 270 145 306 7 61 0 26 443 56 73
Binary 10111000 1100101 11000110 111 110001 0 10110 100100011 101110 111011

Color Harmonies of #B865C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865C6

Black with #B865C6

Text Example


Text Example

White with #B865C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865C6; }

 p { color: rgb(184,101,198); }

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

background-color css

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

 a { background-color: rgb(184,101,198); }

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

border-color css

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

 span { border-color: rgb(184,101,198); }

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