Html Css Color HEX #B738DB Medium Orchid

📋 copy color: '#B738DB'

red 183 ◦ green 56 ◦ blue 219

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

Shades of Medium Orchid #B738DB

Tints of Medium Orchid #B738DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.23%

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 39.96%
G = 12.23%
B = 47.82%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B738DB (or 0xB738DB) is known color: Medium Orchid. HEX triplet: B7, 38 and DB. RGB value is (183,56,219). Sum of RGB (Red+Green+Blue) = 183+56+219=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #B738DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738DB is #48C724. Grayscale: #707070. Windows color (decimal): -4769573 or 14366903. OLE color: 14366903.

HSL color Cylindrical-coordinate representation of color #B738DB: hue angle of 286.75º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B738DB is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 56 219 -
CMYK 0.16 0.74 0 0.14
HSL 286.75º 0.69% 0.54% -
HSV(B) 286.75º 0.74% 0.86% -
XYZ 33.73 18.01 68.72 -
YUV 112.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 183 56 219 0.16 0.74 0 0.14 286.75 0.69 0.54
Hex B7 38 DB 10 4A 0 E 11F 45 36
Octal 267 70 333 20 112 0 16 437 105 66
Binary 10110111 111000 11011011 10000 1001010 0 1110 100011111 1000101 110110

Color Harmonies of #B738DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738DB

Black with #B738DB

Text Example


Text Example

White with #B738DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738DB; }

 p { color: rgb(183,56,219); }

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

background-color css

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

 a { background-color: rgb(183,56,219); }

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

border-color css

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

 span { border-color: rgb(183,56,219); }

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