Html Css Color HEX #B969ED Medium Orchid

📋 copy color: '#B969ED'

red 185 ◦ green 105 ◦ blue 237

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

Shades of Medium Orchid #B969ED

Tints of Medium Orchid #B969ED

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.92%

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 35.1%
G = 19.92%
B = 44.97%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B969ED (or 0xB969ED) is known color: Medium Orchid. HEX triplet: B9, 69 and ED. RGB value is (185,105,237). Sum of RGB (Red+Green+Blue) = 185+105+237=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #B969ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B969ED is #469612. Grayscale: #8F8F8F. Windows color (decimal): -4625939 or 15559097. OLE color: 15559097.

HSL color Cylindrical-coordinate representation of color #B969ED: hue angle of 276.36º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B969ED is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 105 237 -
CMYK 0.22 0.56 0 0.07
HSL 276.36º 0.79% 0.67% -
HSV(B) 276.36º 0.56% 0.93% -
XYZ 40.35 26.53 83.12 -
YUV 143.97 180.5 157.27 -
System Red Green Blue C M Y K H S L
Decimal 185 105 237 0.22 0.56 0 0.07 276.36 0.79 0.67
Hex B9 69 ED 16 38 0 7 114 4F 43
Octal 271 151 355 26 70 0 7 424 117 103
Binary 10111001 1101001 11101101 10110 111000 0 111 100010100 1001111 1000011

Color Harmonies of #B969ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969ED

Black with #B969ED

Text Example


Text Example

White with #B969ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969ED; }

 p { color: rgb(185,105,237); }

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

background-color css

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

 a { background-color: rgb(185,105,237); }

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

border-color css

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

 span { border-color: rgb(185,105,237); }

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