Html Css Color HEX #B738CF Medium Orchid

📋 copy color: '#B738CF'

red 183 ◦ green 56 ◦ blue 207

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

Shades of Medium Orchid #B738CF

Tints of Medium Orchid #B738CF

RGB

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

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

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

R = 41.03%
G = 12.56%
B = 46.41%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B738CF (or 0xB738CF) is known color: Medium Orchid. HEX triplet: B7, 38 and CF. RGB value is (183,56,207). Sum of RGB (Red+Green+Blue) = 183+56+207=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #B738CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738CF is #48C730. Grayscale: #6E6E6E. Windows color (decimal): -4769585 or 13580471. OLE color: 13580471.

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

Color convert

RGB 183 56 207 -
CMYK 0.12 0.73 0 0.19
HSL 290.46º 0.61% 0.52% -
HSV(B) 290.46º 0.73% 0.81% -
XYZ 32.21 17.4 60.69 -
YUV 111.19 182.08 179.22 -
System Red Green Blue C M Y K H S L
Decimal 183 56 207 0.12 0.73 0 0.19 290.46 0.61 0.52
Hex B7 38 CF C 49 0 13 122 3D 34
Octal 267 70 317 14 111 0 23 442 75 64
Binary 10110111 111000 11001111 1100 1001001 0 10011 100100010 111101 110100

Color Harmonies of #B738CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738CF

Black with #B738CF

Text Example


Text Example

White with #B738CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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