Html Css Color HEX #B968CE Medium Orchid

📋 copy color: '#B968CE'

red 185 ◦ green 104 ◦ blue 206

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

Shades of Medium Orchid #B968CE

Tints of Medium Orchid #B968CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.01%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 37.37%
G = 21.01%
B = 41.62%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B968CE (or 0xB968CE) is known color: Medium Orchid. HEX triplet: B9, 68 and CE. RGB value is (185,104,206). Sum of RGB (Red+Green+Blue) = 185+104+206=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #B968CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968CE is #469731. Grayscale: #8B8B8B. Windows color (decimal): -4626226 or 13527225. OLE color: 13527225.

HSL color Cylindrical-coordinate representation of color #B968CE: hue angle of 287.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B968CE is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 104 206 -
CMYK 0.10 0.50 0 0.19
HSL 287.65º 0.51% 0.61% -
HSV(B) 287.65º 0.5% 0.81% -
XYZ 36.1 24.67 61.25 -
YUV 139.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 185 104 206 0.10 0.50 0 0.19 287.65 0.51 0.61
Hex B9 68 CE A 32 0 13 120 33 3D
Octal 271 150 316 12 62 0 23 440 63 75
Binary 10111001 1101000 11001110 1010 110010 0 10011 100100000 110011 111101

Color Harmonies of #B968CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B968CE

Black with #B968CE

Text Example


Text Example

White with #B968CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B968CE; }

 p { color: rgb(185,104,206); }

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

background-color css

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

 a { background-color: rgb(185,104,206); }

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

border-color css

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

 span { border-color: rgb(185,104,206); }

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