Html Css Color HEX #B769EB Medium Orchid

📋 copy color: '#B769EB'

red 183 ◦ green 105 ◦ blue 235

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

Shades of Medium Orchid #B769EB

Tints of Medium Orchid #B769EB

RGB

 RED value IS 183 (71.88% from 255) = 34.99%

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 34.99%
G = 20.08%
B = 44.93%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B769EB (or 0xB769EB) is known color: Medium Orchid. HEX triplet: B7, 69 and EB. RGB value is (183,105,235). Sum of RGB (Red+Green+Blue) = 183+105+235=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #B769EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769EB is #489614. Grayscale: #8E8E8E. Windows color (decimal): -4757013 or 15428023. OLE color: 15428023.

HSL color Cylindrical-coordinate representation of color #B769EB: hue angle of 276º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B769EB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 105 235 -
CMYK 0.22 0.55 0 0.08
HSL 276º 0.76% 0.67% -
HSV(B) 276º 0.55% 0.92% -
XYZ 39.58 26.17 81.56 -
YUV 143.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 183 105 235 0.22 0.55 0 0.08 276 0.76 0.67
Hex B7 69 EB 16 37 0 8 114 4C 43
Octal 267 151 353 26 67 0 10 424 114 103
Binary 10110111 1101001 11101011 10110 110111 0 1000 100010100 1001100 1000011

Color Harmonies of #B769EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769EB

Black with #B769EB

Text Example


Text Example

White with #B769EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769EB; }

 p { color: rgb(183,105,235); }

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

background-color css

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

 a { background-color: rgb(183,105,235); }

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

border-color css

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

 span { border-color: rgb(183,105,235); }

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