Html Css Color HEX #B769CF Medium Orchid

📋 copy color: '#B769CF'

red 183 ◦ green 105 ◦ blue 207

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

Shades of Medium Orchid #B769CF

Tints of Medium Orchid #B769CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 36.97%
G = 21.21%
B = 41.82%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B769CF (or 0xB769CF) is known color: Medium Orchid. HEX triplet: B7, 69 and CF. RGB value is (183,105,207). Sum of RGB (Red+Green+Blue) = 183+105+207=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B769CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769CF is #489630. Grayscale: #8B8B8B. Windows color (decimal): -4757041 or 13593015. OLE color: 13593015.

HSL color Cylindrical-coordinate representation of color #B769CF: hue angle of 285.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B769CF is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 105 207 -
CMYK 0.12 0.49 0 0.19
HSL 285.88º 0.52% 0.61% -
HSV(B) 285.88º 0.49% 0.81% -
XYZ 35.84 24.68 61.91 -
YUV 139.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 183 105 207 0.12 0.49 0 0.19 285.88 0.52 0.61
Hex B7 69 CF C 31 0 13 11E 34 3D
Octal 267 151 317 14 61 0 23 436 64 75
Binary 10110111 1101001 11001111 1100 110001 0 10011 100011110 110100 111101

Color Harmonies of #B769CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769CF

Black with #B769CF

Text Example


Text Example

White with #B769CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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